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 6cc0ff7 commit 15c2aa0Copy full SHA for 15c2aa0
conan-recipes/libnode/all/conandata.yml
@@ -1,6 +1,6 @@
1
sources:
2
18.17.1:
3
- sha256: 1157525a819c395020795ff8c49eee7472b8666cc256b45558b9cbe2e0864c35
+ sha256: 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
4
url: https://github.com/nodejs/node/archive/refs/tags/v18.17.1.tar.gz
5
21.6.2:
6
sha256: 24a2de72478e1aa60bc830092e8f331f86aedd41e7e3f98fcb66bf5f02bdb578
conan-recipes/libnode/all/conanfile.py
@@ -171,7 +171,7 @@ def package(self):
171
)
172
else:
173
self.run(
174
- "export HEADERS_ONLY=1 && python ./tools/install.py install %s/ /"
+ "export HEADERS_ONLY=1 && python3 ./tools/install.py install %s/ /"
175
% self.package_folder
176
177
copy(
0 commit comments