dnscrypt-proxy update: 1.4.1
[tomato.git] / release / src / router / dnscrypt / dist-build / osx.sh
blobb238e2c747bc8706c3225b6ea32d06766eac93fd
1 #! /bin/sh
3 export CFLAGS="-mmacosx-version-min=10.8 -march=core2 -O2 -g"
4 export LDFLAGS="-mmacosx-version-min=10.8 -march=core2 -O2 -g"
6 ./configure --with-included-ltdl \
7 --enable-plugins \
8 --enable-plugins-root && \
9 make -j3