We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe0ed5 commit b870818Copy full SHA for b870818
buildSrc/src/main/groovy/imgui/generate/GenerateLibs.groovy
@@ -56,7 +56,7 @@ class GenerateLibs extends DefaultTask {
56
mac64.linkerFlags += " -lfreetype"
57
// End
58
59
- new AntScriptGenerator().generate(buildConfig, win32, win64, linux32, linux64)
+ new AntScriptGenerator().generate(buildConfig, win32, win64, linux32, linux64, mac64)
60
61
// Generate native libraries
62
// Comment/uncomment lines with OS you need.
0 commit comments