Remove the unneeded path from the cross-compiler commands
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
||||
SET(CMAKE_SYSTEM_NAME Windows)
|
||||
|
||||
# which compilers to use for C and C++
|
||||
SET(CMAKE_C_COMPILER /usr/bin/mingw32-gcc)
|
||||
SET(CMAKE_CXX_COMPILER /usr/bin/mingw32-g++)
|
||||
SET(CMAKE_C_COMPILER mingw32-gcc)
|
||||
SET(CMAKE_CXX_COMPILER mingw32-g++)
|
||||
|
||||
# here is the target environment located
|
||||
SET(CMAKE_FIND_ROOT_PATH /usr/mingw32/mingw)
|
||||
|
||||
Reference in New Issue
Block a user