* commit '10b385c0f863710e2d2a2ebada74a8c8c14c81f8': Fix llvm-rs-cc.exe crash for windows
This commit is contained in:
@@ -78,19 +78,22 @@ bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdu
|
|||||||
rm build-tools/${PLATFORM_NAME}/llvm-rs-cc
|
rm build-tools/${PLATFORM_NAME}/llvm-rs-cc
|
||||||
bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe
|
bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe
|
||||||
|
|
||||||
|
# libc++.so not needed on Windows.
|
||||||
|
rm build-tools/${PLATFORM_NAME}/lib/libc++.so
|
||||||
|
|
||||||
rm build-tools/${PLATFORM_NAME}/lib/libLLVM.so
|
rm build-tools/${PLATFORM_NAME}/lib/libLLVM.so
|
||||||
lib/libLLVM.dll strip build-tools/${PLATFORM_NAME}/lib/libLLVM.dll
|
lib/libLLVM.dll strip build-tools/${PLATFORM_NAME}/libLLVM.dll
|
||||||
|
|
||||||
rm build-tools/${PLATFORM_NAME}/lib/libclang.so
|
rm build-tools/${PLATFORM_NAME}/lib/libclang.so
|
||||||
lib/libclang.dll strip build-tools/${PLATFORM_NAME}/lib/libclang.dll
|
lib/libclang.dll strip build-tools/${PLATFORM_NAME}/libclang.dll
|
||||||
|
|
||||||
#bcc not yet compiled on windows
|
#bcc not yet compiled on windows
|
||||||
|
|
||||||
rm build-tools/${PLATFORM_NAME}/lib/libbcc.so
|
rm build-tools/${PLATFORM_NAME}/lib/libbcc.so
|
||||||
lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/lib/libbcc.dll
|
lib/libbcc.dll strip build-tools/${PLATFORM_NAME}/libbcc.dll
|
||||||
|
|
||||||
rm build-tools/${PLATFORM_NAME}/lib/libbcinfo.so
|
rm build-tools/${PLATFORM_NAME}/lib/libbcinfo.so
|
||||||
lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/lib/libbcinfo.dll
|
lib/libbcinfo.dll strip build-tools/${PLATFORM_NAME}/libbcinfo.dll
|
||||||
|
|
||||||
rm build-tools/${PLATFORM_NAME}/bcc_compat
|
rm build-tools/${PLATFORM_NAME}/bcc_compat
|
||||||
bin/bcc_compat.exe strip build-tools/${PLATFORM_NAME}/bcc_compat.exe
|
bin/bcc_compat.exe strip build-tools/${PLATFORM_NAME}/bcc_compat.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user