Compare commits
10 Commits
281f95b460
...
5b2b64a9de
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b2b64a9de | |||
| 1c6205769f | |||
| 99d138d5e8 | |||
| 5ad078e5d6 | |||
| 573b2347f6 | |||
| fd91b5ceaa | |||
| 45f02a82a8 | |||
| 340dfa2bb7 | |||
| 8a2becdd79 | |||
| 9f23fbe948 |
@@ -53,7 +53,7 @@ pub fn package(
|
|||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
||||||
b.installArtifact(lib);
|
lib.install();
|
||||||
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