mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Fix argparse difference on ubuntu 18.04
This commit is contained in:
parent
1f105edf69
commit
2517bfd0af
@ -288,7 +288,7 @@ V3Number_test: V3Number_test.o
|
||||
#### Modules
|
||||
|
||||
%__gen.cpp: %.cpp $(ASTGEN) V3Ast.h V3AstNodes.h
|
||||
$(PYTHON3) $(ASTGEN) -I$(srcdir) $*.cpp
|
||||
$(PYTHON3) $(ASTGEN) -I $(srcdir) $*.cpp
|
||||
|
||||
%.o: %.cpp
|
||||
$(OBJCACHE) ${CXX} ${CXXFLAGS} ${CPPFLAGSWALL} -c $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user