1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix quotes

This commit is contained in:
Michał Janiszewski
2016-09-02 21:06:57 +02:00
parent 4481859898
commit 640aaad3f8

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 := $(if $(filter i386,$(DEB_HOST_ARCH)),-DLAUNCHPAD_BUILD=on,-DLAUNCHPAD_BUILD=on -DUSE_MMAP=on -DDISABLE_RCT2=on)
override_dh_auto_configure:
dh_auto_configure -a -- $(extra_flags)