mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
9 lines
230 B
Makefile
Executable File
9 lines
230 B
Makefile
Executable File
#! /usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
# override disabled by default rpath - we need to find libvcmi.so with it:
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games
|