diff options
author | Rene Engelhard <rene@debian.org> | 2012-01-31 21:26:50 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-01-31 21:27:22 +0100 |
commit | 95c826237d264457b77f3c6f782bc5665897c411 (patch) | |
tree | df7bd5ea4b1277a07501e5549a88fb3a27283ad4 /oox/Library_oox.mk | |
parent | b7dca5dd6635a8b21333d6bb2b6f88cf925b6d96 (diff) |
add missed ifeq to check for IA64...
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index a8244ac543e9..089605daa527 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -40,9 +40,11 @@ $(eval $(call gb_Library_set_include,oox,\ -I$(realpath $(SRCDIR)/oox/inc) \ )) +ifeq ($(CPUNAME),IA64) $(eval $(call gb_Library_add_cxxflags,oox,\ -Os \ )) +endif $(eval $(call gb_Library_add_defs,oox,\ -DOOX_DLLIMPLEMENTATION \ |