File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# compile_lamscripten.sh
2
2
#
3
- # This script is used to configure and compile lamscript .
3
+ # This script is used to configure and compile lamscripten .
4
4
5
5
ROOT_DIR=" $( git rev-parse --show-toplevel) "
6
6
pushd " $ROOT_DIR " > /dev/null
@@ -26,7 +26,7 @@ if [ "$LAMBDA_os" = "Windows" ]; then
26
26
BUILD_COMMAND=" MSBuild.exe lamscript.sln //t:Rebuild //p:Configuration=$LAMBDA_build "
27
27
fi
28
28
29
- LAMBDA_INFO " Attempting to Compile a $LAMBDA_build for lamscript ."
29
+ LAMBDA_INFO " Attempting to Compile a $LAMBDA_build for lamscripten ."
30
30
31
31
# ----------------------------------- CMAKE ------------------------------------
32
32
@@ -51,11 +51,11 @@ elif [ "$LAMBDA_build" = "Dist" ]; then
51
51
-DLAMSCRIPT_ENABLE_EXPERIMENTATION=ON
52
52
else
53
53
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 ."
55
55
fi
56
56
57
57
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 ."
59
59
60
60
# ----------------------------------- BUILD ------------------------------------
61
61
You can’t perform that action at this time.
0 commit comments