Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qmake|OS X: deng_noclient is not available in the OS X build
On the Mac, the client app and libs need to be built anyway.
  • Loading branch information
skyjake committed Jan 13, 2014
1 parent ec69976 commit 277d613
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doomsday/doomsday.pro
Expand Up @@ -13,8 +13,12 @@ SUBDIRS = \
libdeng1 \
libshell

!deng_noclient: SUBDIRS += libgui libappfw
!deng_noclient|macx: SUBDIRS += client
!deng_noclient|macx {
SUBDIRS += \
libgui \
libappfw \
client
}

SUBDIRS += \
server \
Expand Down

0 comments on commit 277d613

Please sign in to comment.