Skip to content

Commit

Permalink
New tfel commit to fix Windows build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeroFrondelius authored Jul 15, 2019
1 parent ee0cde2 commit d428cdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = v"3.2.1-master"
# Collection of sources required to build tfelBuilder
sources = [
"https://github.com/thelfer/tfel.git" =>
"21e7b4e970f156fa325e25fd8fc79993ef179989",
"8f0f33feb09584813758e20d5319ed342cd33619",

]

Expand Down Expand Up @@ -39,8 +39,8 @@ platforms = [
Linux(:x86_64, libc=:musl)
Linux(:aarch64, libc=:musl)
Linux(:armv7l, libc=:musl, call_abi=:eabihf)
# Windows(:i686)
# Windows(:x86_64)
Windows(:i686)
Windows(:x86_64)
# MacOS(:x86_64)
# FreeBSD(:x86_64)
]
Expand Down

0 comments on commit d428cdc

Please sign in to comment.