File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ make distclean
9494make -j${NPROC}
9595make install-static
9696
97- # if [[ $CROSS_COMPILE != "i686-w64-mingw32" && $CROSS_COMPILE != "x86_64-apple-darwin13" ]]; then
98- # cd ${LIB_PATH}/eudev-3.2.10
99- # ./autogen.sh
100- # ./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix="$PREFIX" --host="${CROSS_COMPILE}"
101- # make distclean
102- # ./autogen.sh
103- # ./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix="$PREFIX" --host="${CROSS_COMPILE}"
104- # make -j${NPROC}
105- # make install
106- # fi
97+ if [[ $CROSS_COMPILE != " i686-w64-mingw32" && $CROSS_COMPILE != " x86_64-apple-darwin13" && $CROSS_COMPILE != " aarch64-apple-darwin " ]]; then
98+ cd ${LIB_PATH} /eudev-3.2.10
99+ ./autogen.sh
100+ ./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=" $PREFIX " --host=" ${CROSS_COMPILE} "
101+ make distclean
102+ ./autogen.sh
103+ ./configure --enable-static --disable-gudev --disable-introspection --disable-shared --disable-blkid --disable-kmod --disable-manpages --prefix=" $PREFIX " --host=" ${CROSS_COMPILE} "
104+ make -j${NPROC}
105+ make install
106+ fi
107107
108108cd ${LIB_PATH} /hidapi-0.12.0
109109export PKG_CONFIG_PATH=$PREFIX /lib/pkgconfig
You can’t perform that action at this time.
0 commit comments