Skip to content

Commit

Permalink
Add build_policy="missing" to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Dec 14, 2023
1 parent 3b495d4 commit 8d00958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prebuilt/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 8d00958

Please sign in to comment.