1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-12 03:04:50 -04:00

Fix the DLL path on Windows

Static builds aren't working missing some symbols on Windows
This commit is contained in:
Bradlee Speice
2019-09-21 14:02:11 -04:00
parent e7aae43746
commit b1493fc0fd
2 changed files with 15 additions and 6 deletions

View File

@ -18,7 +18,7 @@ script:
- cd aeron_driver-sys
- cargo test
- cargo test --release
- cargo test --features "static"
#- cargo test --features "static"
- cd ..
- cargo test