3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 12:08:19 +00:00

Enable ENABLE_LIBYOSYS when ENABLE_PYOSYS is set

This commit is contained in:
Miodrag Milanovic 2020-03-25 10:02:56 +01:00
parent c9555c9ade
commit aad92abce9

View file

@ -51,6 +51,10 @@ ifneq ($(wildcard Makefile.conf),)
include Makefile.conf
endif
ifeq ($(ENABLE_PYOSYS),1)
ENABLE_LIBYOSYS := 1
endif
BINDIR := $(PREFIX)/bin
LIBDIR := $(PREFIX)/lib
DATDIR := $(PREFIX)/share/yosys