projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d5435
)
Set ENABLE_PYOSYS=0 by default
author
Clifford Wolf
<clifford@clifford.at>
Mon, 22 Apr 2019 12:49:17 +0000
(14:49 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 22 Apr 2019 12:49:17 +0000
(14:49 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ff64a25418957c748d6c43f46f4ae6949e5a5ec2..adf996c0d09851f12b364e14c8e4ca9cd44967e6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
ENABLE_LIBYOSYS := 1
ENABLE_PROTOBUF := 0
# python wrappers
-ENABLE_PYOSYS :=
1
+ENABLE_PYOSYS :=
0
PYTHON_VERSION_TESTCODE := "import sys;t='{v[0]}.{v[1]}'.format(v=list(sys.version_info[:2]));print(t)"
PYTHON_EXECUTABLE := $(shell if python3 -c ""; then echo "python3"; else echo "python"; fi)
PYTHON_VERSION := $(shell $(PYTHON_EXECUTABLE) -c ""$(PYTHON_VERSION_TESTCODE)"")