mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
18 lines
497 B
Plaintext
18 lines
497 B
Plaintext
[repositories]
|
|
repo = .
|
|
prelude = tools/buck/prelude
|
|
toolchains = tools/buck/toolchains
|
|
ovr_config = tools/buck/prelude
|
|
buck = none
|
|
fbcode = none
|
|
fbsource = none
|
|
|
|
[project]
|
|
# Hide BUCK files under target/package/ from `buck build ...`. Otherwise:
|
|
# $ buck build ...
|
|
# //target/package/cxx-0.3.0/tests:ffi references non-existing file or directory 'target/package/cxx-0.3.0/tests/ffi/lib.rs'
|
|
ignore = target
|
|
|
|
[parser]
|
|
target_platform_detector_spec = target://...->ovr_config//platforms:default
|