mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Fix mac
This commit is contained in:
@@ -3,7 +3,7 @@ set(sources
|
||||
nv_aftermath.cpp)
|
||||
|
||||
# only include counters on normal windows/linux platforms, others just get aftermath stubs
|
||||
if(NOT ANDROID AND NOT ENABLE_APPLE)
|
||||
if(NOT ANDROID AND NOT APPLE)
|
||||
list(APPEND sources
|
||||
nv_counter_enumerator.cpp
|
||||
nv_counter_enumerator.h
|
||||
|
||||
Reference in New Issue
Block a user