build: ignore file usr/share/applications/weechat.desktop in Cygwin build
This commit is contained in:
parent
6daa09b0b8
commit
7352ddfcf0
@ -49,6 +49,7 @@ Tests::
|
||||
|
||||
Build::
|
||||
|
||||
* core: fix Cygwin build
|
||||
* guile: add detection of Guile 3.0.0 (issue #1442)
|
||||
* irc: fix build with GnuTLS < 3.1.0 (issue #1431)
|
||||
* php: add detection of PHP 7.4
|
||||
|
@ -64,7 +64,10 @@ python3-devel ruby tcl-devel libguile2.2-devel php-devel zlib-devel"
|
||||
CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \
|
||||
-DENABLE_JAVASCRIPT=OFF"
|
||||
|
||||
PKG_IGNORE="etc/postinstall/weechat.sh"
|
||||
PKG_IGNORE="
|
||||
etc/postinstall/weechat.sh
|
||||
usr/share/applications/weechat.desktop
|
||||
"
|
||||
|
||||
#
|
||||
# Build 10 Cygwin packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user