From 8d00958b5b0cb426b40ec81cc6ea913a233f575e Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Wed, 13 Dec 2023 17:50:35 -0600 Subject: [PATCH] Add build_policy="missing" to recipe --- prebuilt/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilt/conanfile.py b/prebuilt/conanfile.py index 5bcf6c8..1cfb1d0 100644 --- a/prebuilt/conanfile.py +++ b/prebuilt/conanfile.py @@ -9,6 +9,7 @@ class PrebuiltPicolibc(ConanFile): name = "prebuilt-picolibc" settings = "os", "arch", "compiler", "build_type" package_type = "static-library" + build_policy = "missing" short_paths = True options = { "crt0": [