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