Skip to content

Commit

Permalink
disable nacl
Browse files Browse the repository at this point in the history
fix #154
  • Loading branch information
bridiver committed May 16, 2018
1 parent 17ea455 commit 8da5c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/commands/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Config.prototype.buildArgs = function () {
is_component_build: this.buildConfig !== 'Release',
proprietary_codecs: true,
ffmpeg_branding: "Chrome",
enable_nacl: false,
// branding_path_component: "brave",
enable_widevine: process.platform !== 'linux',
target_cpu: this.targetArch,
Expand Down

0 comments on commit 8da5c82

Please sign in to comment.