Skip to content

Commit

Permalink
make it explicit: autobuild.xml only supports 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMeadows committed Sep 8, 2023
1 parent d0577cf commit e47b487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<key>name</key>
<string>common</string>
</map>
<key>darwin</key>
<key>darwin64</key>
<map>
<key>configurations</key>
<map>
Expand All @@ -65,7 +65,7 @@
<string>lib/debug/*.*</string>
</array>
<key>name</key>
<string>darwin</string>
<string>darwin64</string>
</map>
<key>linux64</key>
<map>
Expand All @@ -90,7 +90,7 @@
<key>name</key>
<string>linux64</string>
</map>
<key>windows</key>
<key>windows64</key>
<map>
<key>configurations</key>
<map>
Expand All @@ -111,7 +111,7 @@
<string>lib/debug/*.*</string>
</array>
<key>name</key>
<string>windows</string>
<string>windows64</string>
</map>
</map>
<key>version_file</key>
Expand Down

0 comments on commit e47b487

Please sign in to comment.