Files
OpenRCT2-Unity/debian/rules

12 lines
158 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
BUILDDIR=build_dir
extra_flags := "-DLAUNCHPAD_BUILD=on"
2016-09-01 21:44:40 +02:00
override_dh_auto_configure:
dh_auto_configure -a -- $(extra_flags)
%:
dh $@