summaryrefslogtreecommitdiff
path: root/other/docker/windows/build_toxcore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'other/docker/windows/build_toxcore.sh')
-rw-r--r--other/docker/windows/build_toxcore.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/docker/windows/build_toxcore.sh b/other/docker/windows/build_toxcore.sh
index 0f4c2731..a3830455 100644
--- a/other/docker/windows/build_toxcore.sh
+++ b/other/docker/windows/build_toxcore.sh
@@ -17,7 +17,7 @@ build()
17 # toxcore dependencies that we will copy to the user for static build of toxcore (e.g. vpx, opus, sodium) 17 # toxcore dependencies that we will copy to the user for static build of toxcore (e.g. vpx, opus, sodium)
18 DEP_PREFIX_DIR="/root/prefix/${ARCH}" 18 DEP_PREFIX_DIR="/root/prefix/${ARCH}"
19 19
20 # toxcore dependencies that user doesn't need in build result (e.g. libcheck used for testing toxcore) 20 # toxcore dependencies that user doesn't need in build result
21 EXTRA_DEP_PREFIX_DIR="/root/extra-prefix/${ARCH}" 21 EXTRA_DEP_PREFIX_DIR="/root/extra-prefix/${ARCH}"
22 mkdir -p "${EXTRA_DEP_PREFIX_DIR}" 22 mkdir -p "${EXTRA_DEP_PREFIX_DIR}"
23 23
@@ -73,7 +73,7 @@ build()
73 73
74 winecfg 74 winecfg
75 export CTEST_OUTPUT_ON_FAILURE=1 75 export CTEST_OUTPUT_ON_FAILURE=1
76 # add libgcc_s_sjlj-1.dll libwinpthread-1.dll libcheck-0.dll into PATH env var of wine 76 # add libgcc_s_sjlj-1.dll libwinpthread-1.dll into PATH env var of wine
77 export WINEPATH=`cd /usr/lib/gcc/${WINDOWS_TOOLCHAIN}/*posix/ ; winepath -w $(pwd)`\;`winepath -w /usr/${WINDOWS_TOOLCHAIN}/lib/`\;`winepath -w ${EXTRA_DEP_PREFIX_DIR}/bin` 77 export WINEPATH=`cd /usr/lib/gcc/${WINDOWS_TOOLCHAIN}/*posix/ ; winepath -w $(pwd)`\;`winepath -w /usr/${WINDOWS_TOOLCHAIN}/lib/`\;`winepath -w ${EXTRA_DEP_PREFIX_DIR}/bin`
78 78
79 if [ "${ALLOW_TEST_FAILURE}" = "true" ]; then 79 if [ "${ALLOW_TEST_FAILURE}" = "true" ]; then