Exclude rbdmap from retail builds for testing Flatpak

This commit is contained in:
Robert Beckebans 2025-03-31 10:12:37 +02:00
parent daad97ab3f
commit d3ebb1f6ac

View file

@ -425,7 +425,7 @@ add_subdirectory(idlib)
# RB: there haven't been requests for a separate map compiler executable by macOS users
# and it is ok to not support it until someone also supports TrenchBroomBFG on macOS
if(NOT APPLE)
if(NOT APPLE AND NOT RETAIL)
add_subdirectory(tools/compilers)
endif()