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 e8caa44 commit 6e9c78dCopy full SHA for 6e9c78d
recipe/meta.yaml
@@ -135,8 +135,8 @@ outputs:
135
- name: libclang-cpp{{ minor_aware_ext }}
136
script: install_libclang_cpp.sh # [unix]
137
files:
138
- - lib/libclang-cpp.so.16 # [linux]
139
- - lib/libclang-cpp.16.dylib # [osx]
+ - lib/libclang-cpp.so.{{ major_version }}{{ git }} # [linux]
+ - lib/libclang-cpp.{{ major_version }}{{ git }}.dylib # [osx]
140
build:
141
track_features:
142
- hcc # [variant=="hcc"]
0 commit comments