mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
remove emscripten compilation, as it's largely unused
This commit is contained in:
5
makefile
5
makefile
@@ -42,11 +42,8 @@ CFLAGS += -target x86_64-pc-linux-gnu
|
|||||||
else ifeq ($(ARCH),win-x86_64)
|
else ifeq ($(ARCH),win-x86_64)
|
||||||
CFLAGS += -target x86_64-pc-windows-gnu
|
CFLAGS += -target x86_64-pc-windows-gnu
|
||||||
EXT=.exe
|
EXT=.exe
|
||||||
else ifeq ($(ARCH),web)
|
|
||||||
CC=emcc
|
|
||||||
EXT=.html
|
|
||||||
else
|
else
|
||||||
$(error you must set the ARCH environment variable to either 'linux-x86_64', 'win-x86_64' or 'web')
|
$(error you must set the ARCH environment variable to one of these: 'linux-x86_64' 'win-x86_64')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# compiles and execute the binary
|
# compiles and execute the binary
|
||||||
|
|||||||
Reference in New Issue
Block a user