diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-27 06:21:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-27 06:22:04 +0200 |
commit | 392c0b904a56ea84f2069080ff1e3303cc775e00 (patch) | |
tree | 327331528ef702d662decb8e232919d84844867b /proto-wine/CMakeLists.txt | |
parent | 043fdbca178cd18f56a88bea5b171d024f32b79a (diff) |
proto/wine: update translation
Diffstat (limited to 'proto-wine/CMakeLists.txt')
-rw-r--r-- | proto-wine/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index 629f47f3..fe99267d 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT WIN32) add_custom_command( OUTPUT opentrack-wrapper-wine.exe.so DEPENDS ${wine-deps} - COMMAND ${SDK_WINE_PREFIX}/bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++14 -o + COMMAND ${SDK_WINE_PREFIX}/bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++17 -fPIC -o opentrack-wrapper-wine.exe -I "${CMAKE_SOURCE_DIR}" -I "${CMAKE_BINARY_DIR}" ${wine-deps} ${my-rt}) |