12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
import("//build/third_party/PY_BRIDGE.gni")
|
|
|
|
gnstate = [ rebase_path("$root_out_dir/tmp/libs/libfreetype.a", root_build_dir) ] +
|
|
py_bridging_args
|
|
|
|
action("libfreetype_build") {
|
|
script = "//libs/libfreetype/package.py"
|
|
outputs = [ "$root_out_dir/tmp/libs/libfreetype.a" ]
|
|
args = gnstate
|
|
deps = [ "//libs/libc:libc" ]
|
|
}
|