no trailing \ on last line, so that endif is taken as a directive
This commit is contained in:
parent
942acfd678
commit
6a7cb5088b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ endif
|
|||
|
||||
ifeq ($(gb_PRODUCT),$(true))
|
||||
gb_LinkTarget_EXCEPTIONFLAGS += \
|
||||
-fno-enforce-eh-specs \
|
||||
-fno-enforce-eh-specs
|
||||
endif
|
||||
|
||||
# At least sal defines its own __main, which would cause DLLs linking against
|
||||
|
|
Loading…
Reference in a new issue