mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-05 09:21:31 +00:00
Exclude rbdmap from retail builds for testing Flatpak
This commit is contained in:
parent
daad97ab3f
commit
d3ebb1f6ac
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue