potassco / clingo-sys

Raw Rust FFI bindings to the C API of clingo library
MIT License
1 stars 1 forks source link

Building static libraries on newer windows is broken #9

Open sthiele opened 6 months ago

sthiele commented 6 months ago

Due to API changes in the Microsoft STL, building clingo-sys as static library is currently broken on newer Windows machines.

See https://github.com/potassco/clasp/pull/97

sthiele commented 6 months ago

This will be resolved with a newer version of clingo.