Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2139926

Browse files
committed
[emscripten] com.livecode.system: Add "emscripten" to "the operating system"
1 parent 45b613d commit 2139926

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libscript/src/module-system.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ MCSystemExecGetOperatingSystem (MCStringRef & r_string)
3636
"android"
3737
#elif defined(__LINUX__)
3838
"linux"
39+
#elif defined(__EMSCRIPTEN__)
40+
"emscripten"
3941
#else
4042
# error "Unrecognized operating system"
4143
#endif

0 commit comments

Comments
 (0)