Squash commits for public release
This commit is contained in:
11
libs/libfreetype/BUILD.gn
Normal file
11
libs/libfreetype/BUILD.gn
Normal file
@@ -0,0 +1,11 @@
|
||||
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" ]
|
||||
}
|
||||
Reference in New Issue
Block a user