Skip to content

Commit

Permalink
Oops! That broke the Linux build with GNUstep.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas committed Apr 17, 2010
1 parent 75d5e7b commit 3041b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile.in
Expand Up @@ -157,12 +157,12 @@ ifeq ($(CY_OBJECTIVEC),1)
filters += ObjectiveC
header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp
code += ObjectiveC/Output.lo ObjectiveC/Replace.lo ObjectiveC/Library.lo
code += Handler.lo

Struct.hpp:
$$($(objcxx) -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@

ifeq ($(CY_OBJECTIVEC_MACH),1)
code += Handler.lo
cflags += -DCY_ATTACH
inject += Mach/Inject.lo

Expand Down

0 comments on commit 3041b12

Please sign in to comment.