mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fix variable name in rules.make to make compiling for ARC actually work.
This commit is contained in:
parent
f785b7b772
commit
2e41a77191
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-07-09 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* rules.make: Fix variable name to make compiling for ARC actually
|
||||
work.
|
||||
|
||||
2020-06-07 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* gs_gcc_version.m4: Add -dumpfullversion to the version
|
||||
|
|
|
@ -229,7 +229,7 @@ ifeq ($(OBJC_RUNTIME_LIB), ng)
|
|||
ifeq ($(ARC_CPPFLAGS),)
|
||||
ARC_CPPFLAGS = -DGS_WITH_ARC=1
|
||||
endif
|
||||
INTERNAL_OBJC_FLAGS += $(ARC_OBJCFLAGS)
|
||||
INTERNAL_OBJCFLAGS += $(ARC_OBJCFLAGS)
|
||||
else
|
||||
ARC_OBJCFLAGS=
|
||||
ARC_CPPFLAGS=
|
||||
|
|
Loading…
Reference in a new issue