aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-30 00:13:44 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-30 00:13:44 -0700
commit9762a8ca1eac31ab66dfc16e7c6b688838caee9a (patch)
tree2a2fea3dfe05d37af32ce83467e72b53e9de4534 /build_tools
parente4329f3ae748c37208178a43508a7a1d4314f861 (diff)
Remove xsel from the build
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_pkg.sh b/build_tools/make_pkg.sh
index a1f1b33b..3486c2b7 100755
--- a/build_tools/make_pkg.sh
+++ b/build_tools/make_pkg.sh
@@ -13,7 +13,7 @@ export CFLAGS="$CFLAGS -isysroot $OSX_SDK -mmacosx-version-min=$MACOSX_DEPLOYMEN
export CXXFLAGS="$CXXFLAGS -isysroot $OSX_SDK -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET"
export LDFLAGS="$LDFLAGS -isysroot $OSX_SDK -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET"
autoconf
-./configure --without-xsel
+./configure
# Actually build it now
if make -j 4 DESTDIR=/tmp/fish_pkg install