Skip to content

Commit

Permalink
Adding SwiftShader compilation to Mac
Browse files Browse the repository at this point in the history
TBR=thakis@chromium.org
BUG=630728

Review-Url: https://codereview.chromium.org/2358713002
Cr-Commit-Position: refs/heads/master@{#431682}
  • Loading branch information
sugoi authored and Commit bot committed Nov 11, 2016
1 parent d16c52c commit 8287bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ group("both_gn_and_gyp") {
]
}

if (is_win) {
if (is_win || is_mac) {
deps += [ "//third_party/swiftshader" ]
}

Expand Down

0 comments on commit 8287bfd

Please sign in to comment.