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:
Oliver Buchtala 2012-09-08 01:13:29 +00:00
commit 5425edc508

View file

@ -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