From 6aed356d1787d351e5ed633f8d911e07f197199b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Oct 2013 14:01:16 +0200 Subject: [PATCH] (Emscripten) Get rid of -DPACKAGE_VERSION - use builtin --- Makefile.emscripten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.emscripten b/Makefile.emscripten index e2341949fd..c6891cfd3f 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -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)