We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libmcs
1 parent 9527021 commit c0ce6aaCopy full SHA for c0ce6aa
tests/libmcs/configure.sh
@@ -3,6 +3,7 @@ set -e; set -o pipefail
3
4
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
5
6
+# Flags copied to match <https://github.com/UW-HARVEST/Hayroll/blob/8d88b7403650132521e837947667b4cd0999fd1a/prerequisites.bash#L264-L270>.
7
(cd "${SCRIPT_DIR}/repo" && ./configure \
8
--cross-compile="" \
9
--compilation-flags="" \
0 commit comments