Simplification in common javascript example Makefile.
This commit is contained in:
parent
8e65414a76
commit
3f22a3d639
1 changed files with 1 additions and 12 deletions
|
|
@ -16,18 +16,7 @@ else
|
|||
JSENGINE=node
|
||||
endif
|
||||
|
||||
ifeq (node,$(JSENGINE))
|
||||
SWIGOPT=-v8 -DBUILDING_NODE_EXTENSION=1
|
||||
endif
|
||||
|
||||
ifeq (v8,$(JSENGINE))
|
||||
SWIGOPT=-v8
|
||||
endif
|
||||
|
||||
ifeq (jsc,$(JSENGINE))
|
||||
SWIGOPT=-jsc
|
||||
endif
|
||||
|
||||
SWIGOPT=-$(JSENGINE)
|
||||
|
||||
ifeq (node,$(JSENGINE))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue