mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
Copy python modules to lib/ folder not bin/ in build script
This commit is contained in:
@@ -35,7 +35,7 @@ strip --strip-unneeded dist/lib/*
|
||||
|
||||
# Copy python modules to where they'd be built natively, for documentation build
|
||||
mkdir build
|
||||
cp -R /tmp/rdoc_docker/pymodules build/bin
|
||||
cp -R /tmp/rdoc_docker/pymodules build/lib
|
||||
|
||||
# Step into the docs folder and build
|
||||
pushd docs
|
||||
|
||||
Reference in New Issue
Block a user