Skip to content
Snippets Groups Projects
Commit 811c6465 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

ios: use static for contrib compilation

Change-Id: Iedf6d794bccdc5b28adc4eea97af677f110799ab
Tuleap: #313
parent 319de8cd
Branches
Tags
No related merge requests found
......@@ -288,6 +288,10 @@ ifdef HAVE_LINUX
HOSTCONF += --enable-static --disable-shared
endif
ifdef HAVE_IOS
HOSTCONF += --enable-static --disable-shared
endif
ifdef HAVE_WIN32
HOSTCONF += --enable-static --disable-shared --without-pic
PIC :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment