generated from general-packages/pika-pkg-template
Update debian/rules
This commit is contained in:
parent
fe1ebaf7d6
commit
61cb0872b2
2
debian/rules
vendored
2
debian/rules
vendored
@ -64,7 +64,7 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
|||||||
|
|
||||||
## overriding dh_auto_configure to add custom configs:
|
## overriding dh_auto_configure to add custom configs:
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
|
cmake --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
|
||||||
cmake --build ./build --config Release --target hyprlock -j32
|
cmake --build ./build --config Release --target hyprlock -j32
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
|
Loading…
Reference in New Issue
Block a user