Skip to content

Commit c0ce6aa

Browse files
committed
tests: add where libmcs configure flags come from (Hayroll)
1 parent 9527021 commit c0ce6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/libmcs/configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e; set -o pipefail
33

44
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
55

6+
# Flags copied to match <https://github.com/UW-HARVEST/Hayroll/blob/8d88b7403650132521e837947667b4cd0999fd1a/prerequisites.bash#L264-L270>.
67
(cd "${SCRIPT_DIR}/repo" && ./configure \
78
--cross-compile="" \
89
--compilation-flags="" \

0 commit comments

Comments
 (0)