mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (closes #354)
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ lua perl pkg-config python ruby source-highlight tcl zlib-devel"
|
||||
# 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 \
|
||||
CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \
|
||||
-DENABLE_GUILE=OFF -DENABLE_JAVASCRIPT=OFF"
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user