Skip to content

Commit 3f313c8

Browse files
committed
export OS_TARGET for dune-copasi to avoid Unknown OS_TARGET='cygwin' issue
1 parent 21fe1a5 commit 3f313c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ echo "PATH: $PATH"
88
echo "MSYSTEM: $MSYSTEM"
99

1010
# export vars for duneopts script to read
11+
export OS_TARGET="${OS}"
1112
export CMAKE_OSX_DEPLOYMENT_TARGET="${MACOSX_DEPLOYMENT_TARGET}"
1213
export CMAKE_INSTALL_PREFIX=${INSTALL_PREFIX}
1314
export CMAKE_CXX_COMPILER_LAUNCHER=ccache

0 commit comments

Comments
 (0)