Skip to content
Snippets Groups Projects
Commit 40774d22 authored by Edric Milaret's avatar Edric Milaret
Browse files

ios: fix ssl for pjproject

Change-Id: I13292fc3c26fb961fd9b78c1a916386788140c39
Tuleap: #313
parent 495b5f6c
Branches
Tags
No related merge requests found
......@@ -26,6 +26,9 @@ endif
ifdef HAVE_WIN32
PJPROJECT_OPTIONS += --with-ssl=$(PREFIX)
endif
ifdef HAVE_IOS
PJPROJECT_OPTIONS += --with-ssl=$(PREFIX)
endif
PJPROJECT_EXTRA_CFLAGS = -DPJ_ICE_MAX_CAND=32 -DPJ_ICE_MAX_CHECKS=150 -DPJ_ICE_COMP_BITS=2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment