Fix bin/ reference that should be lib for python modules in build script

This commit is contained in:
baldurk
2019-01-04 10:10:21 +00:00
parent e3b50d2377
commit 4979157da9
+1 -1
View File
@@ -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