Skip to content

Commit 15c2aa0

Browse files
committed
Fix libnode building on Linux.
1 parent 6cc0ff7 commit 15c2aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conan-recipes/libnode/all/conandata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sources:
22
18.17.1:
3-
sha256: 1157525a819c395020795ff8c49eee7472b8666cc256b45558b9cbe2e0864c35
3+
sha256: 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
44
url: https://github.com/nodejs/node/archive/refs/tags/v18.17.1.tar.gz
55
21.6.2:
66
sha256: 24a2de72478e1aa60bc830092e8f331f86aedd41e7e3f98fcb66bf5f02bdb578

conan-recipes/libnode/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def package(self):
171171
)
172172
else:
173173
self.run(
174-
"export HEADERS_ONLY=1 && python ./tools/install.py install %s/ /"
174+
"export HEADERS_ONLY=1 && python3 ./tools/install.py install %s/ /"
175175
% self.package_folder
176176
)
177177
copy(

0 commit comments

Comments
 (0)