Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jun 28, 2020
1 parent 52a7547 commit 8306ed0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ source_set("electron_lib") {
deps += [
"//components/remote_cocoa/app_shim",
"//content/common:mac_helpers",
"//third_party/squirrel.mac:reactiveobjc_framework+link",
"//third_party/squirrel.mac:squirrel_framework+link",
"//ui/accelerated_widget_mac",
]

Expand Down Expand Up @@ -503,6 +501,11 @@ source_set("electron_lib") {
"Mantle.framework",
]

deps += [
"//third_party/squirrel.mac:reactiveobjc_framework+link",
"//third_party/squirrel.mac:squirrel_framework+link",
]

# ReactiveObjC which is used by Squirrel requires using __weak.
cflags_objcc = [ "-fobjc-weak" ]
}
Expand Down

0 comments on commit 8306ed0

Please sign in to comment.