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

This commit is contained in:
John Kleinschmidt 2021-02-08 16:19:28 -05:00 committed by GitHub
parent 09870d97b5
commit fdd08f7934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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