diff options
author | 2019-04-27 17:44:29 -0400 | |
---|---|---|
committer | 2019-04-27 17:44:29 -0400 | |
commit | 4d8c6b922a59dd31941f66c69ba437521001d7fe (patch) | |
tree | 20ded2b47ba828c6d60881525e033b3cf8430ebd | |
parent | aa950d51e41afd6642f13d83373b4270f0d32005 (diff) | |
download | textadept-4d8c6b922a59dd31941f66c69ba437521001d7fe.tar.gz textadept-4d8c6b922a59dd31941f66c69ba437521001d7fe.zip |
Updated Scintilla revision to fix compile error on old Mac OSX SDK.
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5236d474..7c3d8837 100644 --- a/src/Makefile +++ b/src/Makefile @@ -364,7 +364,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = c8b8bd35d7fd.zip +scintilla_zip = 42f8114a9e00.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |