mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
define CIMGUI_NO_EXPORT when building cimgui
This commit is contained in:
parent
8af46b4a22
commit
44593da120
@ -27,6 +27,7 @@ fn main() -> io::Result<()> {
|
||||
build.cpp(true);
|
||||
// Disabled due to linking issues
|
||||
build
|
||||
.define("CIMGUI_NO_EXPORT", None)
|
||||
.define("IMGUI_DISABLE_WIN32_FUNCTIONS", None)
|
||||
.define("IMGUI_DISABLE_OSX_FUNCTIONS", None);
|
||||
for path in &CPP_FILES {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user