Browse Source

build: make sure fuses.h gets generated (#27671)

Co-authored-by: John Kleinschmidt <[email protected]>
trop[bot] 4 years ago
parent
commit
d4de0b5e50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      BUILD.gn

+ 1 - 0
BUILD.gn

@@ -991,6 +991,7 @@ if (is_mac) {
     deps = [
       ":electron_app_framework_bundle_data",
       ":electron_app_resources",
+      ":electron_fuses",
       "//base",
       "//electron/buildflags",
     ]