mirror of https://github.com/YosysHQ/abc.git
Update Makefile
This commit is contained in:
parent
96c28881a8
commit
8db417597c
2
Makefile
2
Makefile
|
|
@ -66,7 +66,7 @@ endif
|
|||
ifdef ABC_USE_NAMESPACE
|
||||
CFLAGS += -DABC_NAMESPACE=$(ABC_USE_NAMESPACE) -fpermissive -x c++
|
||||
CC := $(CXX)
|
||||
$(info $(MSG_PREFIX)Compiling in namespace $(ABC_NAMESPACE))
|
||||
$(info $(MSG_PREFIX)Compiling in namespace $(ABC_USE_NAMESPACE))
|
||||
endif
|
||||
|
||||
# compile CUDD with ABC
|
||||
|
|
|
|||
Loading…
Reference in New Issue