diff options
Diffstat (limited to 'test/bootstrap/test-mixed-bootstrap.sh')
-rwxr-xr-x | test/bootstrap/test-mixed-bootstrap.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/bootstrap/test-mixed-bootstrap.sh b/test/bootstrap/test-mixed-bootstrap.sh index 86d47896..61b1f5ea 100755 --- a/test/bootstrap/test-mixed-bootstrap.sh +++ b/test/bootstrap/test-mixed-bootstrap.sh @@ -48,8 +48,11 @@ cp distdir/fmt-9.1.0.zip "${DISTDIR}" # bootstrap command -env LOCALBASE=${LOCALBASE} PACKAGE=YES NON_LOCAL_DEPS='["gsl-lite", "fmt"]' \ - python3 ${WRKSRC}/bin/bootstrap.py ${WRKSRC} ${WRKDIR} ${DISTDIR} +env LOCALBASE=${LOCALBASE} \ + PACKAGE=YES \ + NON_LOCAL_DEPS='["gsl-lite", "fmt"]' \ + JUST_BUILD_CONF='{"COMPILER_FAMILY":"clang", "PKG_CONFIG_ARGS":["--define-prefix"]}' \ + python3 ${WRKSRC}/bin/bootstrap.py ${WRKSRC} ${WRKDIR} ${DISTDIR} 2>&1 # Do some sanity checks with the binary |