JSC version display tweaks
This commit is contained in:
parent
662b88b605
commit
7a3e79cfc6
1 changed files with 2 additions and 2 deletions
|
|
@ -737,9 +737,9 @@ ifeq (node, $(ENGINE))
|
|||
endif
|
||||
ifeq (jsc, $(ENGINE))
|
||||
@if [ "@JSCOREVERSION@" != "" ]; then \
|
||||
echo "@JSCOREVERSION@"; \
|
||||
echo "JavaScriptCore: @JSCOREVERSION@"; \
|
||||
else \
|
||||
echo "Unknown JavascriptCore version."; \
|
||||
echo "Unknown JavaScriptCore version."; \
|
||||
fi
|
||||
endif
|
||||
ifeq (v8, $(ENGINE))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue