Skip to content

Commit 2bcc421

Browse files
authored
Merge pull request #888 from Unity-Technologies/unity-master-package-boo-in-unityscript-folder
Add boo to unityscript folder
2 parents 6de05ee + 14b7ebe commit 2bcc421

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

external/buildscripts/build_us_and_boo.pl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ sub BuildUnityScriptFor45
137137

138138
print(">>> Copying $monoprefix45/us.exe to $usBuildDir\n");
139139
copy("$monoprefix45/us.exe", "$usBuildDir/.");
140-
140+
print(">>> Copying $monoprefix45/booc.exe to $usBuildDir\n");
141+
copy("$monoprefix45/booc.exe", "$usBuildDir/.");
141142
# put unityscript and boo into their own directories that we can reference for compilation only in Unity
142143
my $usLibDir = "$monoprefix/lib/mono/unityscript";
143144

@@ -154,4 +155,4 @@ sub BuildUnityScriptFor45
154155
print(">>> Copying $file to $usLibDir\n");
155156
copy($file, "$usLibDir/.");
156157
}
157-
}
158+
}

0 commit comments

Comments
 (0)