Compare commits
11 Commits
5b2b64a9de
...
281f95b460
| Author | SHA1 | Date | |
|---|---|---|---|
| 281f95b460 | |||
| 992d7edd40 | |||
| fdbb8e5674 | |||
| 1837973686 | |||
| 83b256aefc | |||
| c52d86525e | |||
| db752a2f7b | |||
| 8dae24251b | |||
| bbf66aeeca | |||
| 21569fbb36 | |||
| 666b7201ff |
@@ -53,7 +53,7 @@ pub fn package(
|
|||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
||||||
lib.install();
|
b.installArtifact(lib);
|
||||||
if (target.isWindows()) {
|
if (target.isWindows()) {
|
||||||
lib.defineCMacro("IMGUI_API", "__declspec(dllexport)");
|
lib.defineCMacro("IMGUI_API", "__declspec(dllexport)");
|
||||||
lib.defineCMacro("IMPLOT_API", "__declspec(dllexport)");
|
lib.defineCMacro("IMPLOT_API", "__declspec(dllexport)");
|
||||||
|
|||||||
Reference in New Issue
Block a user