mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Don't build python renderdoc modules on OS X
This commit is contained in:
@@ -173,7 +173,7 @@ add_custom_command(OUTPUT QRenderDoc
|
||||
add_custom_target(build-qrenderdoc ALL DEPENDS QRenderDoc DEPENDS renderdoc)
|
||||
|
||||
# Build python modules - primarily used for constructing documentation
|
||||
if(UNIX)
|
||||
if(UNIX AND NOT APPLE)
|
||||
add_subdirectory(Code/pyrenderdoc)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user