mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Fix C++ linking on AppVeyor
For some reason Rustup now installs the i686 toolchain by default, so build the C++ tests as a 32-bit application.
This commit is contained in:
+1
-1
@@ -50,6 +50,6 @@ test_script:
|
||||
- cargo build --manifest-path ffi/Cargo.toml --features ffi-headers
|
||||
- ps: mkdir ffi/build
|
||||
- cd ffi/build
|
||||
- cmake .. -G "Visual Studio 15 2017 Win64"
|
||||
- cmake .. -G "Visual Studio 15 2017"
|
||||
- cmake --build .
|
||||
- ctest
|
||||
|
||||
Reference in New Issue
Block a user