aboutsummaryrefslogtreecommitdiff
path: root/tools/ci-build.sh
diff options
context:
space:
mode:
authorMichel Zou <xantares09@hotmail.com>2021-03-15 11:26:44 +0100
committerMichel Zou <xantares09@hotmail.com>2021-04-27 18:37:06 +0200
commita130887781373f5f29552ee6d7139b99a829512d (patch)
tree5bbf73ba5c6ff22eb94c258adfde4e1680973e95 /tools/ci-build.sh
parent4b34d7aec9b5db0d99ca653247cfb99fc0deb424 (diff)
downloaddlfcn-win32-a130887781373f5f29552ee6d7139b99a829512d.tar.gz
dlfcn-win32-a130887781373f5f29552ee6d7139b99a829512d.tar.bz2
dlfcn-win32-a130887781373f5f29552ee6d7139b99a829512d.zip
cmake: use CROSSCOMPILING_EMULATOR
Diffstat (limited to '')
-rwxr-xr-xtools/ci-build.sh3
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 ;;