mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Use correct path for python libs in package
This commit is contained in:
@@ -18,8 +18,8 @@ cp -R lib/*.so /io/pymodules
|
||||
# Copy python lib folder, and trim
|
||||
mkdir -p /io/dist/share/renderdoc/pylibs/lib
|
||||
cd /io/dist/share/renderdoc/pylibs/lib
|
||||
cp -R /usr/lib/python3.6/ .
|
||||
cd python3.6
|
||||
cp -R /usr/lib/python3.8/ .
|
||||
cd python3.8
|
||||
# remove cache files
|
||||
rm -rf $(find -iname __pycache__)
|
||||
# remove unwanted modules
|
||||
|
||||
Reference in New Issue
Block a user