mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix bin/ reference that should be lib for python modules in build script
This commit is contained in:
@@ -13,7 +13,7 @@ make install
|
||||
|
||||
# Copy python modules
|
||||
mkdir /io/pymodules
|
||||
cp -R bin/*.so /io/pymodules
|
||||
cp -R lib/*.so /io/pymodules
|
||||
|
||||
# Copy python lib folder, and trim
|
||||
mkdir -p /io/dist/share/renderdoc/pylibs/lib
|
||||
|
||||
Reference in New Issue
Block a user