mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 16:06:31 +00:00
On all platforms, output library to lib folder in cmake build
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ os.environ["PATH"] += os.pathsep + os.path.abspath(binpath + 'Development/')
|
||||
os.environ["PATH"] += os.pathsep + os.path.abspath(binpath + 'Release/')
|
||||
|
||||
# path to module libraries for linux
|
||||
sys.path.insert(0, os.path.abspath('../build/bin'))
|
||||
sys.path.insert(0, os.path.abspath('../build/lib'))
|
||||
|
||||
sys.path.insert(0, os.path.abspath('sphinx_exts'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user