Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Nov 18, 2023
1 parent 928cf83 commit 96450b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
# errors out. This may be removed with upgraded configure.in file.
if [[ "$#" -ge 2 ]]; then
ARGS=("$@")
makecmd="make CFLAGS='${ARGS[@]:1}' CXXFLAGS='$CXXFLAGS '${ARGS[@]:1}'"
makecmd="make CFLAGS='$CFLAGS ${ARGS[@]:1}' CXXFLAGS='$CXXFLAGS ${ARGS[@]:1}'"
fi

# non-existent variables as an errors
Expand Down

0 comments on commit 96450b5

Please sign in to comment.