mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Merge a7aed6ba35
into d6bcd3fb0b
This commit is contained in:
commit
dfef63bfa8
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
import("//Meta/gn/build/libs/third_party.gni")
|
import("//Meta/gn/build/libs/third_party.gni")
|
||||||
|
|
||||||
third_party_dependency("simdutf") {
|
third_party_dependency("simdutf") {
|
||||||
libs = [ "simdutf" ]
|
if (current_os == "win") {
|
||||||
|
libs = [ "simdutf.lib" ]
|
||||||
|
} else {
|
||||||
|
libs = [ "simdutf" ]
|
||||||
|
}
|
||||||
extra_public_configs = [ "//Meta/gn/build:pic" ]
|
extra_public_configs = [ "//Meta/gn/build:pic" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue