Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #159 from brave/fix-missing-pak-file-linux
Browse files Browse the repository at this point in the history
Re-add missing pak files (linux).
  • Loading branch information
bsclifton authored Feb 16, 2017
2 parents 6fb352e + fa11ebb commit 5b98422
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 @@ -357,7 +357,7 @@ source_set("native_mate") {

electron_framework_sources = []

if (is_win) {
if (!is_mac) {
electron_framework_sources += [
"$root_out_dir/chrome_100_percent.pak",
]
Expand Down

0 comments on commit 5b98422

Please sign in to comment.