Skip to content

Commit 6cb9075

Browse files
committed
[fix] lamscript -> lamscripten.
1 parent 3f92dad commit 6cb9075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/compile_lamscripten.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# compile_lamscripten.sh
22
#
3-
# This script is used to configure and compile lamscript.
3+
# This script is used to configure and compile lamscripten.
44

55
ROOT_DIR="$(git rev-parse --show-toplevel)"
66
pushd "$ROOT_DIR" > /dev/null
@@ -26,7 +26,7 @@ if [ "$LAMBDA_os" = "Windows" ]; then
2626
BUILD_COMMAND="MSBuild.exe lamscript.sln //t:Rebuild //p:Configuration=$LAMBDA_build"
2727
fi
2828

29-
LAMBDA_INFO "Attempting to Compile a $LAMBDA_build for lamscript."
29+
LAMBDA_INFO "Attempting to Compile a $LAMBDA_build for lamscripten."
3030

3131
# ----------------------------------- CMAKE ------------------------------------
3232

@@ -51,11 +51,11 @@ elif [ "$LAMBDA_build" = "Dist" ]; then
5151
-DLAMSCRIPT_ENABLE_EXPERIMENTATION=ON
5252
else
5353
LAMBDA_FATAL \
54-
"You need to pass a valid build type in order to compile lamscript."
54+
"You need to pass a valid build type in order to compile lamscripten."
5555
fi
5656

5757
LAMBDA_ASSERT_LAST_COMMAND_OK \
58-
"Couldn't generate the cmake files necessary for compiling lamscript."
58+
"Couldn't generate the cmake files necessary for compiling lamscripten."
5959

6060
# ----------------------------------- BUILD ------------------------------------
6161

0 commit comments

Comments
 (0)