diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-08 11:48:30 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-08 11:48:30 +0100 |
commit | 3683cbbb94731b4d96115edce3e66aaada6c060f (patch) | |
tree | d74ca74d995ec01efd4c02e066a2c29318597671 | |
parent | 2e6905472db5d865efde0afbf8f7f145e6ccd430 (diff) | |
download | weechat-3683cbbb94731b4d96115edce3e66aaada6c060f.zip |
core: disable javascript plugin for Cygwin (libv8 not available)
-rw-r--r-- | weechat.cygport.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weechat.cygport.in b/weechat.cygport.in index b13088cdb..0bdcdf6a7 100644 --- a/weechat.cygport.in +++ b/weechat.cygport.in @@ -56,9 +56,10 @@ lua perl pkg-config python ruby source-highlight tcl zlib-devel" # 2. enable build of man pages and documentation # 3. disable Guile plugin because WeeChat requires Guile >= 2.0, # which is not yet available in Cygwin +# 4. disable Javascript plugin because libv8 is not available in Cygwin # CYGCMAKE_ARGS="-DPREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \ --DENABLE_GUILE=OFF" +-DENABLE_GUILE=OFF -DENABLE_JAVASCRIPT=OFF" # # Build 8 Cygwin packages: |