Browse Source

Merge pull request #1256 from svaarala/fix-debugger-makefile-python2

Use python2 instead of python in debugger Makefile
pull/1268/head
Sami Vaarala 8 years ago
committed by GitHub
parent
commit
efb23bf87c
  1. 2
      debugger/Makefile

2
debugger/Makefile

@ -54,7 +54,7 @@ node_modules:
npm install
duk_debug_meta.json:
python ../tools/merge_debug_meta.py --output $@ \
python2 ../tools/merge_debug_meta.py --output $@ \
--class-names duk_classnames.yaml \
--opcodes duk_opcodes.yaml \
--debug-commands duk_debugcommands.yaml \

Loading…
Cancel
Save