Skip to content

Commit 64bb275

Browse files
CallumIddonstuartmorgan
authored andcommitted
Remove exports.def from GN Build (#221)
Missed change from PR #216
1 parent a7c25b3 commit 64bb275

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

library/BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ published_shared_library("flutter_embedder") {
9090
}
9191

9292
if (is_win) {
93-
dll_exports = rebase_path("windows/exports.def")
94-
ldflags = [
95-
"/DEF:$dll_exports",
96-
]
97-
9893
deps += [
9994
"//library/windows:publish_flutter_engine",
10095
"//library/windows:fetch_glfw",

0 commit comments

Comments
 (0)