Explorar el Código

cross compile for standalone

lagkey
T-bone hace 6 años
padre
commit
5c696d3a25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      CMake/Mingw-Cross.cmake

+ 1
- 1
CMake/Mingw-Cross.cmake Ver fichero

@@ -37,4 +37,4 @@ set( CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "" )
37 37
 #set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
38 38
 #Static Libs
39 39
 #Set Linker flags
40
-set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++")
40
+set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -static")

Loading…
Cancelar
Guardar