This commit is contained in:
pika 2025-05-24 17:58:17 +02:00
parent cbaa9a923f
commit 35ba2c3de5

View file

@ -94,6 +94,7 @@
}
makeInstall() {
local $PACKAGE="$(pen green bold $PACKAGE)"
local err
spin green bold "Compiling $PACKAGE from source"
if run --err err make CMAKE_BUILD_TYPE=RelWithDebInfo; then