summaryrefslogtreecommitdiff
path: root/.ci/scripts/windows
diff options
context:
space:
mode:
authorGravatar liushuyu2022-07-04 21:18:17 -0600
committerGravatar liushuyu2022-07-04 21:21:56 -0600
commit312e5eda66e4e610300bfa178f1c1ce70293bc12 (patch)
treede8f437907743324a95f3a52712d2e48404f35bb /.ci/scripts/windows
parentCI: workaround appimage generation if FUSE is not available (diff)
downloadyuzu-312e5eda66e4e610300bfa178f1c1ce70293bc12.tar.gz
yuzu-312e5eda66e4e610300bfa178f1c1ce70293bc12.tar.xz
yuzu-312e5eda66e4e610300bfa178f1c1ce70293bc12.zip
CI: lint scripts
Diffstat (limited to '.ci/scripts/windows')
-rwxr-xr-x.ci/scripts/windows/docker.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index d0c70bf09..dcdf39e3e 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -14,8 +14,7 @@ mkdir -p build && cd build
14export LDFLAGS="-fuse-ld=lld" 14export LDFLAGS="-fuse-ld=lld"
15# -femulated-tls required due to an incompatibility between GCC and Clang 15# -femulated-tls required due to an incompatibility between GCC and Clang
16# TODO(lat9nq): If this is widespread, we probably need to add this to CMakeLists where appropriate 16# TODO(lat9nq): If this is widespread, we probably need to add this to CMakeLists where appropriate
17export CFLAGS="-femulated-tls" 17export CXXFLAGS="-femulated-tls"
18export CXXFLAGS="${CFLAGS}"
19cmake .. \ 18cmake .. \
20 -DCMAKE_BUILD_TYPE=Release \ 19 -DCMAKE_BUILD_TYPE=Release \
21 -DCMAKE_TOOLCHAIN_FILE="${PWD}/../CMakeModules/MinGWClangCross.cmake" \ 20 -DCMAKE_TOOLCHAIN_FILE="${PWD}/../CMakeModules/MinGWClangCross.cmake" \