mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix #922: Bindings generator generates .pyc files
This commit is contained in:
parent
006237fed3
commit
cd36b7e0f6
4 changed files with 9 additions and 9 deletions
|
@ -79,9 +79,9 @@ $(CPPSRCS): ../%Binding.cpp: $(bindinggen_dependencies) \
|
|||
$(MAKE) -C .. $*Binding.cpp
|
||||
|
||||
check::
|
||||
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \
|
||||
$(PYTHON) $(topsrcdir)/config/pythonpath.py \
|
||||
$(PLY_INCLUDE) $(srcdir)/../parser/runtests.py
|
||||
|
||||
check-interactive:
|
||||
PYTHONDONTWRITEBYTECODE=1 $(PYTHON) $(topsrcdir)/config/pythonpath.py \
|
||||
$(PYTHON) $(topsrcdir)/config/pythonpath.py \
|
||||
$(PLY_INCLUDE) $(srcdir)/../parser/runtests.py -q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue