mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Compare commits
2 commits
dfef63bfa8
...
690e44e556
Author | SHA1 | Date | |
---|---|---|---|
|
690e44e556 | ||
|
a7aed6ba35 |
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