mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
ORIGIN
This commit is contained in:
parent
dee5bb58c5
commit
930fdbd6a1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -117,7 +117,7 @@ BREW_PREFIX := $(shell brew --prefix)/opt
|
|||
$(info $$BREW_PREFIX is [${BREW_PREFIX}])
|
||||
ifeq ($(ENABLE_PYOSYS),1)
|
||||
CXXFLAGS += -I$(BREW_PREFIX)/boost/include/boost
|
||||
LINKFLAGS += -L$(BREW_PREFIX)/boost/lib -rpath /usr/local/lib
|
||||
LINKFLAGS += -L$(BREW_PREFIX)/boost/lib -rpath '$$ORIGIN'
|
||||
endif
|
||||
CXXFLAGS += -I$(BREW_PREFIX)/readline/include
|
||||
LINKFLAGS += -L$(BREW_PREFIX)/readline/lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue