mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Fix libnode building on Linux.
This commit is contained in:
parent
45f4ba872f
commit
437ac8aff9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
sources:
|
||||
18.17.1:
|
||||
sha256: 1157525a819c395020795ff8c49eee7472b8666cc256b45558b9cbe2e0864c35
|
||||
sha256: 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
|
||||
url: https://github.com/nodejs/node/archive/refs/tags/v18.17.1.tar.gz
|
||||
21.6.2:
|
||||
sha256: 24a2de72478e1aa60bc830092e8f331f86aedd41e7e3f98fcb66bf5f02bdb578
|
||||
|
|
|
@ -171,7 +171,7 @@ class libnodeConan(ConanFile):
|
|||
)
|
||||
else:
|
||||
self.run(
|
||||
"export HEADERS_ONLY=1 && python ./tools/install.py install %s/ /"
|
||||
"export HEADERS_ONLY=1 && python3 ./tools/install.py install %s/ /"
|
||||
% self.package_folder
|
||||
)
|
||||
copy(
|
||||
|
|
Loading…
Reference in a new issue