mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Debian/Ubuntu builds will use SDL1.2
This commit is contained in:
parent
aaf314baf4
commit
142272d588
2
debian/rules
vendored
2
debian/rules
vendored
@ -5,7 +5,7 @@
|
||||
|
||||
# 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
|
||||
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_SDL2=OFF -DBIN_DIR=games
|
||||
.PHONY: override_dh_strip
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=vcmi-dbg
|
||||
|
Loading…
Reference in New Issue
Block a user