Skip to content
Snippets Groups Projects
Commit 2e1649cb authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Build .html files for Emscripten

parent 3933f666
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -296,7 +296,11 @@ OFILE := .o
ifeq ($(os),win32)
EXEFILE := .exe
else
EXEFILE :=
ifeq ($(os),emscripten)
EXEFILE := .html
else
EXEFILE :=
endif
endif
SOFILE := .so
LIBFILE := .a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment