Remove Emscripten rule
This commit is contained in:
parent
673aab5282
commit
9f21a813bd
|
@ -1,7 +1,3 @@
|
|||
ifneq ($(EMSCRIPTEN),)
|
||||
platform = emscripten
|
||||
endif
|
||||
|
||||
ifeq ($(platform),)
|
||||
platform = unix
|
||||
ifeq ($(shell uname -a),)
|
||||
|
|
Loading…
Reference in New Issue