summaryrefslogtreecommitdiff
path: root/homebrew/stonesoup/.make.sh-auto
blob: d42ef7d17329ee450ac98d2c1221898d27745efa (plain)
1
2
3
4
5
6
7
8
9
pkg:setup
ENV.cxx11
cd "source" 
args = %W[prefix=#{prefix} DATADIR=data NO_PKGCONFIG= BUILD_ZLIB= BUILD_SQLITE=yes BUILD_FREETYPE= BUILD_LIBPNG= BUILD_LUA=y BUILD_SDL2= BUILD_SDL2MIXER= BUILD_SDL2IMAGE= BUILD_PCRE= USE_PCRE=y ]
args << "NO_RDYNAMIC=y" unless ENV.compiler == :clang
#
devdir = MacOS::Xcode.prefix.to_s
devdir += "/" unless MacOS::Xcode.installed?
make DESTDIR=${PKG_DEST} install DEVELOPER_DIR=#{devdir} SDKROOT=#{MacOS.sdk_path} SDK_VER=#{MacOS.version} MARCH=#{MacOS.preferred_arch} *args