mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Use $(OS) in makefile to check for Darwin
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
bab39eacce
commit
ae33026799
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ SED ?= sed
|
|||
BISON ?= bison
|
||||
STRIP ?= strip
|
||||
|
||||
ifeq (Darwin,$(findstring Darwin,$(shell uname)))
|
||||
ifeq ($(OS), Darwin)
|
||||
PLUGIN_LDFLAGS += -undefined dynamic_lookup
|
||||
|
||||
# homebrew search paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue