diff options
author | 2016-02-29 08:55:40 -0500 | |
---|---|---|
committer | 2016-02-29 08:55:40 -0500 | |
commit | 05d2cf80c8bc9de552a6943a124999d8d09493d9 (patch) | |
tree | e3016d67b47829580f326e34e0a6b00f428757b4 | |
parent | 2f446327f63f28feca0208c940a136c9f747f22b (diff) | |
download | textadept-05d2cf80c8bc9de552a6943a124999d8d09493d9.tar.gz textadept-05d2cf80c8bc9de552a6943a124999d8d09493d9.zip |
Temporarily use latest version of Scintillua; src/Makefile
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 118c6b1b..c01037b6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -371,7 +371,8 @@ osx-deps: $(base_deps) gtkosx termkey ifndef NIGHTLY scinterm_url = http://foicica.com/scinterm/download/$@ - scintillua_url = http://foicica.com/scintillua/download/$@ + #scintillua_url = http://foicica.com/scintillua/download/$@ + scintillua_url = http://foicica.com/hg/scintillua/archive/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ else @@ -383,7 +384,7 @@ endif scintilla_tgz = scintilla363.tgz scinterm_zip = scinterm_1.7.zip -scintillua_zip = scintillua_3.6.3-1.zip +scintillua_zip = c7818d1a192b.zip lua_tgz = lua-5.3.2.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |