mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Also update the crate name and references to it. This helps distinguish the C++ wrapper that's built using CXX from CXX itself.
7 lines
241 B
TOML
7 lines
241 B
TOML
# Config for building the CXX wrapper against the debug MSVC runtime, so that it
|
|
# can be used from Debug builds of C++ code.
|
|
# From <https://github.com/dtolnay/cxx/issues/880#issuecomment-2521375384>
|
|
[env]
|
|
CFLAGS = "/MDd"
|
|
CXXFLAGS = "/MDd"
|