mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-26 17:43:09 +02:00
Pmodules/libpbuild.bash: 'pbuild::add_configure_args()' added
This commit is contained in:
@@ -320,6 +320,11 @@ pbuild::set_configure_args() {
|
||||
CONFIGURE_ARGS+=( "$@" )
|
||||
}
|
||||
|
||||
pbuild::add_configure_args() {
|
||||
CONFIGURE_ARGS+=( "$@" )
|
||||
}
|
||||
|
||||
|
||||
pbuild::configure() {
|
||||
${SRC_DIR}/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
|
||||
Reference in New Issue
Block a user