Skip to content

Commit

Permalink
win32 testing, Homebrew fix (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobingera authored Sep 2, 2018
1 parent 62c2a8f commit 360db83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
- julia_version: latest

platform:
#- x86 # 32-bit
- x86 # 32-bit
- x64 # 64-bit

## uncomment the following lines to allow failures on nightly julia
Expand Down
1 change: 1 addition & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ end

if Sys.isapple()
using Homebrew
Homebrew.add("graphite2")
provides( Homebrew.HB, "cairo", cairo, os = :Darwin )
provides( Homebrew.HB, "pango", [pango, pangocairo], os = :Darwin, onload =
"""
Expand Down

0 comments on commit 360db83

Please sign in to comment.