diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2022-08-03 23:32:22 +0100 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2022-08-04 07:14:30 +0100 |
commit | 7a3e79cfc651291b64143a28370e0c12f557ed2c (patch) | |
tree | 46cf18d68f6a96feb14a5250407f8a680ab25ceb | |
parent | 662b88b605bd686f843296e372a5309555f2e88e (diff) | |
download | swig-7a3e79cfc651291b64143a28370e0c12f557ed2c.tar.gz |
JSC version display tweaks
-rw-r--r-- | Examples/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/Makefile.in b/Examples/Makefile.in index a3bda6fd7..fc33ead8b 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -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)) |