Skip to content

Commit 95c763e

Browse files
authored
Merge pull request ceph#56204 from zmc/do-cmake-args
do_cmake.sh: Use value of ARGS at runtime
2 parents bed336a + f97a16c commit 95c763e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do_cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -e $BUILD_DIR ]; then
1414
fi
1515

1616
PYBUILD="3"
17-
ARGS="-GNinja"
17+
ARGS="${ARGS} -GNinja"
1818
if [ -r /etc/os-release ]; then
1919
source /etc/os-release
2020
case "$ID" in

0 commit comments

Comments
 (0)