1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

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

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)