diff options
author | Martchus | 2022-07-09 13:48:45 +0200 |
---|---|---|
committer | Martchus | 2022-07-09 13:48:45 +0200 |
commit | 0308d00e886c686c87c3957cd4c8e7fd1a0abf9c (patch) | |
tree | 738ca4e638ff73ae0fbad71a9c72f6278e588d12 | |
parent | 54e4ac95565ae091eda19cdef9b2380f978cb155 (diff) | |
download | aur-0308d00e886c686c87c3957cd4c8e7fd1a0abf9c.tar.gz |
Use library dependencies
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ build() { -DSYSTEMD_SUPPORT=OFF \ -DNO_FILE_ITEM_ACTION_PLUGIN=ON \ -DENABLE_TARGETS_FOR_MINGW64_CROSS_PACKAGING:BOOL=ON \ + -DVERSIONED_MINGW_LIBRARIES:BOOL=ON \ -DNO_LIBSYNCTHING:BOOL="${_disable_libsyncthing}" \ -DUSE_LIBSYNCTHING:BOOL="${_enable_libsyncthing}" \ ${_config_flags[$_cfg]} \ |