Add library flag for building v8 shell.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13817 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
da109ee764
commit
5425edc508
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ javascript_cpp: $(SRCS)
|
|||
# Compile a javascript executable
|
||||
# ----------------------------------------------------------------
|
||||
javascript_exe: $(SRCS)
|
||||
$(CXX) $(CXXFLAGS) $(JSEXE_FLAGS) $(JS_INCLUDE) $(LIBS) $(JSEXE_SRC) $(JS_DLNK) -o $(JSEXE)
|
||||
$(CXX) $(CXXFLAGS) $(JSEXE_FLAGS) $(JS_INCLUDE) $(LIBS) $(JSEXE_SRC) $(JS_DLNK) -ldl -o $(JSEXE)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Run the Compile a javascript executable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue