Skip to content

Commit

Permalink
Fix BlackBerry builds hopefully, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RisingFog committed Sep 2, 2016
1 parent 828a7ee commit a3f731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ else()
ext/disarm.cpp)
endif()

if (!MOBILE_DEVICE)
if (NOT MOBILE_DEVICE)
set(CoreExtra ${CoreExtra}
Core/AVIDump.cpp
Core/AVIDump.h)
Expand Down

0 comments on commit a3f731b

Please sign in to comment.