blob: 13bce7ec4bfb0c9902cf988701e83f8a35c04cf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- builds/posix/make.rules.orig 2016-06-30 09:34:53 UTC
+++ builds/posix/make.rules
@@ -37,6 +37,8 @@ WFLAGS:=$(CPPFLAGS) -I$(SRC_ROOT)/includ
ifeq ($(STD_ICU),false)
WFLAGS:= $(WFLAGS) -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n
+else
+ WFLAGS:= $(WFLAGS) $(shell icu-config --cppflags)
endif
ifeq ($(IsProdTypeBuild),Y)
|