Forráskód Böngészése

This fixes a broken build for me.

Manuel Novoa III 21 éve
szülő
commit
44835a918f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -145,7 +145,7 @@ CFLAGS:=$(WARNINGS) $(OPTIMIZATION) -fno-builtin -nostdinc $(CPUFLAGS) \
 
 # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
 #CFLAGS+=-iwithprefix include
-CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install:\(.*\)/\1include/gp")
+CFLAGS+=$(shell $(CC) -print-search-dirs | sed -ne "s/install: *\(.*\)/-I\1include/gp")
 
 
 ifeq ($(strip $(DODEBUG)),y)