Derp, quotes are needed on ifeq

This commit is contained in:
Jeroen Domburg
2015-12-15 23:24:54 +08:00
parent 4ea7d9f480
commit 3be1b2ead8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ Q := @
vecho := @echo
endif
ifeq ($(USE_OPENSDK),"yes")
ifeq ("$(USE_OPENSDK)","yes")
CFLAGS += -DUSE_OPENSDK
else
CFLAGS += -D_STDINT_H