Drop unnecessary flags for Launchpad builds

This commit is contained in:
Michał Janiszewski 2016-10-19 10:25:26 +02:00
parent 0abb53f6ae
commit dd377bcfc1
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -2,7 +2,7 @@
BUILDDIR=build_dir
extra_flags := $(if $(filter i386,$(DEB_HOST_ARCH)),-DLAUNCHPAD_BUILD=on,-DLAUNCHPAD_BUILD=on -DUSE_MMAP=on -DDISABLE_RCT2=on)
extra_flags := "-DLAUNCHPAD_BUILD=on"
override_dh_auto_configure:
dh_auto_configure -a -- $(extra_flags)