mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Disable GLES compilation for docs build
This commit is contained in:
@@ -11,7 +11,7 @@ mkdir build
|
||||
pushd build
|
||||
|
||||
# Do a minimal build with as little as possible to get the python modules
|
||||
CC=gcc-6 CXX=g++-6 cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_GL=OFF -DENABLE_VULKAN=OFF -DENABLE_RENDERDOCCMD=OFF -DENABLE_QRENDERDOC=OFF ..
|
||||
CC=gcc-6 CXX=g++-6 cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_GL=OFF -DENABLE_GLES=OFF -DENABLE_VULKAN=OFF -DENABLE_RENDERDOCCMD=OFF -DENABLE_QRENDERDOC=OFF ..
|
||||
make -j2
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user