mirror of https://github.com/swig/swig
Only try to build javascript interpreter on check
This commit is contained in:
parent
eb98811852
commit
23f7322256
|
@ -204,9 +204,11 @@ tcl_examples :=$(shell sed '/^\#/d' $(srcdir)/Examples/tcl/check.list)
|
|||
# busy" error). We can avoid this by ensuring we have built the custom
|
||||
# interpreter before running the tests.
|
||||
ifeq ($(ENGINE), $(filter $(ENGINE), jsc v8))
|
||||
ifeq ($(ACTION), check)
|
||||
check-javascript-prepare:
|
||||
@$(MAKE) $(FLAGS) -C Tools/javascript javascript
|
||||
endif
|
||||
endif
|
||||
|
||||
check-%-prepare:
|
||||
@:
|
||||
|
|
Loading…
Reference in New Issue