Remove unmatch parenthesis
``` yjit/yjit.mk:48: Extraneous text after `ifneq' directive ```
This commit is contained in:
parent
fd22d5debb
commit
cf1223348a
@ -45,7 +45,7 @@ yjit-libobj: $(YJIT_LIBOBJ)
|
||||
YJIT_LIB_SYMBOLS = $(YJIT_LIBS:.a=).symbols
|
||||
$(YJIT_LIBOBJ): $(YJIT_LIBS)
|
||||
$(ECHO) 'partial linking $(YJIT_LIBS) into $@'
|
||||
ifneq ($(or $(findstring linux,$(target_os)),$(findstring bsd,$(target_os))),$(findstring dragonfly,$(target_os))),)
|
||||
ifneq ($(or $(findstring linux,$(target_os)),$(findstring bsd,$(target_os)),$(findstring dragonfly,$(target_os))),)
|
||||
$(Q) $(LD) -r -o $@ --whole-archive $(YJIT_LIBS)
|
||||
-$(Q) $(OBJCOPY) --wildcard --keep-global-symbol='$(SYMBOL_PREFIX)rb_*' $(@)
|
||||
else ifneq ($(findstring darwin,$(target_os)),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user