gb_Library_set_cxxflags -> gb_Library_add_cxxflags

This commit is contained in:
Jan Holesovsky 2011-08-24 01:33:44 +02:00
parent 2f33c16fd4
commit 326494b71c

View file

@ -57,8 +57,7 @@ $(eval $(call gb_Library_add_defs,dbu,\
endif
ifeq ($(GUI)$(COM),WNTGCC) # for adoint.h
$(eval $(call gb_Library_set_cxxflags,dbu,\
$$(CXXFLAGS) \
$(eval $(call gb_Library_add_cxxflags,dbu,\
-fpermissive \
))
endif