Skip to content

Commit

Permalink
Fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Nov 24, 2024
1 parent 0d98c97 commit 4cc7b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderdoc/driver/ihv/nv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cc7b48

Please sign in to comment.