We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6c740 commit fd6ca6dCopy full SHA for fd6ca6d
Tools/pixi-packages/default/recipe.yaml
@@ -38,6 +38,9 @@ outputs:
38
build:
39
- ${{ compiler('c') }}
40
- ${{ compiler('cxx') }}
41
+ # Note that we are not using stdlib arguments which means the packages
42
+ # are built for the build settings and are not relocatable to a different
43
+ # machine that has a older system version. (eg: macOS/glibc version)
44
- make
45
- pkg-config
46
# configure script looks for llvm-ar for lto
0 commit comments