diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-03-31 17:35:26 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 12:44:10 +0200 |
commit | f47851aebb7763da72df7e73a64660fd8084f86a (patch) | |
tree | 6b110f83e35a924c52f142f9e5fed7fcbbff1aa7 /test | |
parent | 0d8ffd486b5d77600cc19e6e8055f836c4571638 (diff) | |
download | justbuild-f47851aebb7763da72df7e73a64660fd8084f86a.tar.gz |
bootstrap: Replace prebuilt imports by pkgconfig
Diffstat (limited to 'test')
-rw-r--r-- | test/bootstrap/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap/RULES b/test/bootstrap/RULES index 9b9db26e..cd7ab137 100644 --- a/test/bootstrap/RULES +++ b/test/bootstrap/RULES @@ -133,7 +133,7 @@ , "$1": {"type": "var", "name": "bins"} } , { "type": "to_subdir" - , "subdir": "proto" + , "subdir": "include" , "$1": {"type": "var", "name": "protos"} } , {"type": "var", "name": "deps"} |