Skip to content

Commit b870818

Browse files
committed
Add mac64 target to the AntScriptGenerator
1 parent fbe0ed5 commit b870818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/imgui/generate/GenerateLibs.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class GenerateLibs extends DefaultTask {
5656
mac64.linkerFlags += " -lfreetype"
5757
// End
5858

59-
new AntScriptGenerator().generate(buildConfig, win32, win64, linux32, linux64)
59+
new AntScriptGenerator().generate(buildConfig, win32, win64, linux32, linux64, mac64)
6060

6161
// Generate native libraries
6262
// Comment/uncomment lines with OS you need.

0 commit comments

Comments
 (0)