Skip to content

Commit

Permalink
qmake|Mac OS X: Building the client is required at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 12, 2013
1 parent 718572d commit 09b3d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/config.pri
Expand Up @@ -16,7 +16,7 @@
# - deng_fluidsynth Build the FluidSynth sound driver
# - deng_fmod Build the FMOD Ex sound driver
# - deng_nativesdk (Mac) Use current OS's SDK for non-distrib use
# - deng_noclient Disable building of the client
# - deng_noclient Disable building of the client (not on Mac)
# - deng_nodirectsound (Windows) Disable the DirectSound sound driver
# - deng_nodisplaymode Disable native display mode changes
# - deng_nofixedasm Disable assembler fixed-point math
Expand Down
2 changes: 1 addition & 1 deletion doomsday/doomsday.pro
Expand Up @@ -12,7 +12,7 @@ SUBDIRS = \
libdeng1 \
libshell

!deng_noclient: SUBDIRS += client
macx|!deng_noclient: SUBDIRS += client

SUBDIRS += \
server \
Expand Down

0 comments on commit 09b3d8a

Please sign in to comment.