Merge a7aed6ba35
into 3eefa464ee
This commit is contained in:
commit
cf4df8f488
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…
Add table
Reference in a new issue