Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 3839f39

Browse files
Update build_tarballs.jl
1 parent 7e19835 commit 3839f39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build_tarballs.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ sources = [
1212

1313
]
1414

15-
# Bash recipe for building across all platforms
15+
# Adapted from builder by kalmarek (https://github.com/JuliaPackaging/BinaryBuilder.jl/issues/313)
16+
# Bash recipe for building across all platforms
1617
script = raw"""
1718
cd $WORKSPACE/srcdir
1819
cd scs-2.0.2/
19-
if [ $target = "x86_64-w64-mingw32" ] || [ $target = "i686-w64-mingw32" ]; then
20+
if [ $target = "x86_64-apple-darwin14" ] || [ $target = "x86_64-w64-mingw32" ] || [ $target = "i686-w64-mingw32" ]; then
2021
flags="DLONG=1"
2122
else
2223
flags="DLONG=1 USE_OPENMP=1"

0 commit comments

Comments
 (0)