Update rules
This commit is contained in:
parent
f8eed7707c
commit
45e14fb5ea
3
debian/rules
vendored
3
debian/rules
vendored
@ -65,7 +65,8 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
|
||||
|
||||
## overriding dh_auto_configure to add custom configs:
|
||||
override_dh_auto_configure:
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_DATADIR=/usr/share -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -S hyprwayland-scanner -B ./build
|
||||
mkdir -p ./build && cd ./build
|
||||
cmake .. --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
|
||||
|
||||
override_dh_build:
|
||||
cmake --build ./build --config Release
|
||||
|
Loading…
Reference in New Issue
Block a user