diff options
Diffstat (limited to 'homebrew/libswiften/.make.sh-auto')
-rw-r--r-- | homebrew/libswiften/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libswiften/.make.sh-auto b/homebrew/libswiften/.make.sh-auto new file mode 100644 index 000000000..1c83135d5 --- /dev/null +++ b/homebrew/libswiften/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +boost = Formula["boost"] +libidn = Formula["libidn"] +lua = Formula["lua@5.1"] +args = %W[-j #{ENV.make_jobs} V=1 linkflags=-headerpad_max_install_names optimize=1 debug=0 allow_warnings=1 swiften_dll=1 boost_includedir=#{boost.include} boost_libdir=#{boost.lib} libidn_includedir=#{libidn.include} libidn_libdir=#{libidn.lib} SWIFTEN_INSTALLDIR=#{prefix} openssl=no SLUIFT_INSTALLDIR=#{prefix} lua_includedir=#{lua.include}/lua-5.1 lua_libdir=#{lua.lib} lua_libname=lua.5.1 #{prefix} ] +scons *args |