summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanović <mmicko@gmail.com>2016-11-26 15:49:13 +0100
committer GitHub <noreply@github.com>2016-11-26 15:49:13 +0100
commitef7ed341f460ad122394ef0bd2fee5142c833071 (patch)
tree618bda2a7fe87ff8d6e756ea7f527fa8f7fa2bcf
parentcb248419ca7fc904ee6ec24f80e42cd50a808f0a (diff)
parent6c133b74504c12ccbae931f4bfd87ed6910518ba (diff)
Merge pull request #1779 from einstein95/patch-2
Remove USE_BGFX option (nw)
-rw-r--r--makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/makefile b/makefile
index e7ff63c1fe6..263a3ccd07a 100644
--- a/makefile
+++ b/makefile
@@ -591,10 +591,6 @@ ifdef MAP
PARAMS += --MAP='$(MAP)'
endif
-ifdef USE_BGFX
-PARAMS += --USE_BGFX='$(USE_BGFX)'
-endif
-
ifdef NOASM
TARGET_PARAMS += --NOASM='$(NOASM)'
endif