Revised prior OSX specific makefile fix to avoid a grep error message
This commit is contained in:
parent
127c8042c1
commit
3836306446
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -81,7 +81,7 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||
OSNAME = OSX
|
||||
LIBEXT = dylib
|
||||
# OSX's XCode gcc doesn't support LTO, but gcc built to explicitly enable it will work
|
||||
ifeq (,$(shell $(GCC) -v /dev/null 2>&1 | grep '--enable-lto'))
|
||||
ifeq (,$(shell $(GCC) -v /dev/null 2>&1 | grep '\-\-enable-lto'))
|
||||
LTO_EXCLUDE_VERSIONS += $(GCC_VERSION)
|
||||
endif
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue