File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ alias strip=${strip}
8888CMAKE=" cmake -DCMAKE_TOOLCHAIN_FILE='${HOST_DIR} /usr/share/buildroot/toolchainfile.cmake'"
8989
9090if [ x" ${BR2_arm} " = x" y" ]; then
91- CMAKE=" ${CMAKE} -DCMAKE_CROSSCOMPILING_EMULATOR='qemu-arm-static -L ${TARGET_DIR} '"
91+ CMAKE=" ${CMAKE} -DCMAKE_CROSSCOMPILING_EMULATOR='qemu-arm-static -E LD_LIBRARY_PATH= ${TARGET_DIR} /usr/lib - L ${TARGET_DIR} '"
9292elif [ x" ${BR2_aarch64} " = x" y" ]; then
93- CMAKE=" ${CMAKE} -DCMAKE_CROSSCOMPILING_EMULATOR='qemu-aarch64-static -L ${TARGET_DIR} '"
93+ CMAKE=" ${CMAKE} -DCMAKE_CROSSCOMPILING_EMULATOR='qemu-aarch64-static -E LD_LIBRARY_PATH= ${TARGET_DIR} /usr/lib - L ${TARGET_DIR} '"
9494elif [ x" ${BR2_x86_64} " = x" y" ]; then
95- CMAKE=" ${CMAKE} -DCMAKE_CROSSCOMPILING_EMULATOR='qemu-x86_64-static -L ${TARGET_DIR} '"
95+ CMAKE=" ${CMAKE} -DCMAKE_CROSSCOMPILING_EMULATOR='qemu-x86_64-static -E LD_LIBRARY_PATH= ${TARGET_DIR} /usr/lib - L ${TARGET_DIR} '"
9696fi
9797
9898alias cmake=" $CMAKE "
You can’t perform that action at this time.
0 commit comments