3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-24 14:41:31 +00:00
This commit is contained in:
KrystalDelusion 2025-11-21 20:54:34 -05:00 committed by GitHub
commit cd8d432be9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -474,6 +474,9 @@ else
ifeq ($(ABCEXTERNAL),)
TARGETS := $(PROGRAM_PREFIX)yosys-abc$(EXE) $(TARGETS)
endif
ifeq ($(DISABLE_SPAWN),1)
$(error ENABLE_ABC=1 requires either LINK_ABC=1 or DISABLE_SPAWN=0)
endif
endif
endif