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:
@ -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
|
||||
|
Reference in New Issue
Block a user