From b6b1496e8225b886cb7f5306b2b13a9d708cd59f Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Mon, 2 Sep 2019 20:58:18 +0200 Subject: [PATCH] Hopefully resolve Windows issue with symver attributes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 423ce5d..40595d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,6 @@ steps: - update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix - update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release-windows -D CMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -D WINDOWS=ON - - cmake --build build-release-windows --target all -- -j 4 + - cmake --build build-release-windows --target all -- -j 4 -D WINDOWS=on - export WINEARCH=win64 - wine build-release-windows/PorygonLangTests.exe -s