From 3683cbbb94731b4d96115edce3e66aaada6c060f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 8 Mar 2015 11:48:30 +0100 Subject: [PATCH] core: disable javascript plugin for Cygwin (libv8 not available) --- weechat.cygport.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: