mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-03 00:55:55 +00:00
(Emscripten) Get rid of -DPACKAGE_VERSION - use builtin
This commit is contained in:
parent
14cb192f23
commit
6aed356d17
@ -57,7 +57,7 @@ endif
|
||||
libretro = libretro_emscripten.bc
|
||||
|
||||
LIBS = -lm
|
||||
DEFINES = -DHAVE_SCREENSHOTS -DHAVE_NULLAUDIO -DHAVE_BSV_MOVIE -DPACKAGE_VERSION=\"0.9.9.3\"
|
||||
DEFINES = -DHAVE_SCREENSHOTS -DHAVE_NULLAUDIO -DHAVE_BSV_MOVIE
|
||||
LDFLAGS = -L. -s TOTAL_MEMORY=$(MEMORY) --js-library emscripten/library_rwebaudio.js --js-library emscripten/library_rwebinput.js
|
||||
|
||||
ifeq ($(PERF_TEST), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user