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.
2 parents 6de05ee + 14b7ebe commit 2bcc421Copy full SHA for 2bcc421
external/buildscripts/build_us_and_boo.pl
@@ -137,7 +137,8 @@ sub BuildUnityScriptFor45
137
138
print(">>> Copying $monoprefix45/us.exe to $usBuildDir\n");
139
copy("$monoprefix45/us.exe", "$usBuildDir/.");
140
-
+ print(">>> Copying $monoprefix45/booc.exe to $usBuildDir\n");
141
+ copy("$monoprefix45/booc.exe", "$usBuildDir/.");
142
# put unityscript and boo into their own directories that we can reference for compilation only in Unity
143
my $usLibDir = "$monoprefix/lib/mono/unityscript";
144
@@ -154,4 +155,4 @@ sub BuildUnityScriptFor45
154
155
print(">>> Copying $file to $usLibDir\n");
156
copy($file, "$usLibDir/.");
157
}
-}
158
+}
0 commit comments