mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix more Linux unittest targets. (#5045)
This commit is contained in:
parent
b6ba69bae7
commit
3cc8d82895
@ -134,4 +134,7 @@ executable("shell_unittests") {
|
||||
"//third_party/skia",
|
||||
"//topaz/lib/tonic",
|
||||
]
|
||||
if (is_linux) {
|
||||
ldflags = [ "-rdynamic" ]
|
||||
}
|
||||
}
|
||||
|
||||
@ -50,6 +50,10 @@ executable("embedder_unittests") {
|
||||
":fixtures",
|
||||
"$flutter_root/testing",
|
||||
]
|
||||
|
||||
if (is_linux) {
|
||||
ldflags = [ "-rdynamic" ]
|
||||
}
|
||||
}
|
||||
|
||||
shared_library("flutter_engine") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user