@@ -6,16 +6,16 @@ set(CMAKE_C_COMPILER "/opt/llvm-mingw-msvcrt/bin/aarch64-w64-mingw32-gcc")
66set (CMAKE_CXX_COMPILER "/opt/llvm-mingw-msvcrt/bin/aarch64-w64-mingw32-g++" )
77set (CMAKE_RC_COMPILER "/opt/llvm-mingw-msvcrt/bin/aarch64-w64-mingw32-windres" )
88
9- set (CMAKE_ADDR2LINE "/usr /bin/aarch64-w64-mingw32-addr2line" )
10- set (CMAKE_AR "/usr /bin/aarch64-w64-mingw32-ar" )
11- set (CMAKE_DLLTOOL "/usr /bin/aarch64-w64-mingw32-dlltool" )
9+ set (CMAKE_ADDR2LINE "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-addr2line" )
10+ set (CMAKE_AR "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-ar" )
11+ set (CMAKE_DLLTOOL "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-dlltool" )
1212set (CMAKE_LINKER "/opt/llvm-mingw-msvcrt/bin/aarch64-w64-mingw32-ld" )
13- set (CMAKE_NM "/usr /bin/aarch64-w64-mingw32-nm" )
14- set (CMAKE_OBJCOPY "/usr /bin/aarch64-w64-mingw32-objcopy" )
15- set (CMAKE_OBJDUMP "/usr /bin/aarch64-w64-mingw32-objdump" )
16- set (CMAKE_RANLIB "/usr /bin/aarch64-w64-mingw32-ranlib" )
17- set (CMAKE_READELF "/usr /bin/aarch64-w64-mingw32-readelf" )
18- set (CMAKE_STRIP "/usr /bin/aarch64-w64-mingw32-strip" )
13+ set (CMAKE_NM "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-nm" )
14+ set (CMAKE_OBJCOPY "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-objcopy" )
15+ set (CMAKE_OBJDUMP "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-objdump" )
16+ set (CMAKE_RANLIB "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-ranlib" )
17+ set (CMAKE_READELF "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-readelf" )
18+ set (CMAKE_STRIP "/opt/llvm-mingw-msvcrt /bin/aarch64-w64-mingw32-strip" )
1919
2020set (CMAKE_FIND_ROOT_PATH "/opt/llvm-mingw-msvcrt/aarch64-w64-mingw32" )
2121set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH)
0 commit comments