From 04f6325f14efa8273b15519e1324688de9cf51e7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 29 Aug 2015 05:58:14 +0200 Subject: [PATCH] Remove this Emscripten rule --- Makefile.libretro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.libretro b/Makefile.libretro index 7bc5541..c030136 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -2,11 +2,6 @@ DEBUG = 0 LOGSOUND = 0 FRONTEND_SUPPORTS_RGB565 = 1 - -ifneq ($(EMSCRIPTEN),) - platform = emscripten -endif - ifeq ($(platform),) platform = unix ifeq ($(shell uname -a),)