diff options
Diffstat (limited to 'tools/ci-build.sh')
-rwxr-xr-x | tools/ci-build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 196fd92..a8cb880 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh | |||
@@ -63,8 +63,7 @@ case "$ci_buildsys" in | |||
63 | -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \ | 63 | -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \ |
64 | -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \ | 64 | -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \ |
65 | -DCMAKE_SYSTEM_NAME=Windows \ | 65 | -DCMAKE_SYSTEM_NAME=Windows \ |
66 | -DENABLE_WINE=ON \ | 66 | -DCMAKE_CROSSCOMPILING_EMULATOR=/usr/bin/wine \ |
67 | -DWINE_EXECUTABLE=/usr/bin/wine \ | ||
68 | $cmake_options \ | 67 | $cmake_options \ |
69 | .. | 68 | .. |
70 | ;; | 69 | ;; |