1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix typo: Javascript -> JavaScript

This commit is contained in:
Sébastien Helleu
2017-09-23 16:24:52 +02:00
parent 5aab494dd6
commit 92b9533efe
27 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ python2-devel ruby tcl-devel libguile2.0-devel zlib-devel"
# CMake compilation of WeeChat:
# 1. set prefix to /usr
# 2. enable build of man pages and documentation
# 3. disable Javascript plugin because libv8 is not available in Cygwin
# 3. disable javascript plugin because libv8 is not available in Cygwin
#
CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \
-DENABLE_JAVASCRIPT=OFF"