mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix quotes
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user