1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Disable libidn2 with libcurl

This commit is contained in:
Mathieu Schroeter 2017-09-05 18:12:41 +02:00
parent fe2745b8df
commit 46815db911

View File

@ -97,6 +97,7 @@ ExternalProject_Add (libcurl_Project
--without-libssh2
--without-librtmp
--without-nghttp2
--without-libidn2
BUILD_COMMAND ${CMD} make
INSTALL_COMMAND ${CMD} make install
BUILD_IN_SOURCE 1