Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Jan 24, 2025
1 parent 784d174 commit d0022a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan-recipes/libnode/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def package(self):
)
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(
Expand Down

0 comments on commit d0022a8

Please sign in to comment.