Codebase list libodsstream / 908d1c8
Change to the mxe toolchain for me. Filippo Rusconi (Uploading Debian Developer) 1 year, 10 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
105105 # Run the following cmake command line:
106106 # x86_64-w64-mingw32.shared-cmake -DCMAKE_BUILD_TYPE=Release -DMXE=1 ../development
107107 #include(${CMAKE_TOOLCHAINS_PATH}/mxe-toolchain.cmake)
108 include(${CMAKE_TOOLCHAINS_PATH}/mxe-toolchain-olivier.cmake)
108 include(${CMAKE_TOOLCHAINS_PATH}/mxe-toolchain.cmake)
109109
110110 # Set the name to the systemUname variable because in this situation that name
111111 # is not found, it it passed as a flag in the command line.