diff options
author | Brad Linden <brad@lindenlab.com> | 2023-05-03 15:15:09 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-05-03 15:23:32 -0700 |
commit | e41cb7b5db144b13b4e77390915d928c477eb690 (patch) | |
tree | 0e4c1ae70f8f8f72ab8c8f494a29c6c04bd9b6b5 /autobuild.xml | |
parent | 9096c8d06fa8f8107870c3beafc7838277b63f2e (diff) |
Further attempts to get actions based nightly mac builds working for DRTVWR-559
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 7ae7f86932..726e224c82 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3183,6 +3183,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>RelWithDebInfo</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> @@ -3214,6 +3215,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>RelWithDebInfo</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> @@ -3239,6 +3241,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>Release</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> @@ -3268,6 +3271,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <string>Release</string> <string>-project</string> <string>SecondLife.xcodeproj</string> + <string>-parallelizeTargets</string> </array> </map> <key>configure</key> |