ソースを参照

This fixes a broken build for me.

Manuel Novoa III 21 年 前
コミット
44835a918f
1 ファイル変更1 行追加1 行削除
  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)