mirror of
https://github.com/transmission/transmission
synced 2025-03-12 23:23:54 +00:00
(win32) Don't build daemon on win32 yet
This commit is contained in:
parent
72b8c7397c
commit
da3ca8d16e
2 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,10 @@ if BUILD_CLI
|
|||
CLI_DIR = cli
|
||||
endif
|
||||
if BUILD_DAEMON
|
||||
if !WIN32
|
||||
DAEMON_DIR = daemon
|
||||
endif
|
||||
endif
|
||||
if BUILD_GTK
|
||||
GTK_DIR = gtk po
|
||||
endif
|
||||
|
|
|
@ -313,7 +313,7 @@ fi
|
|||
if test "x$have_msw" = "xyes"; then
|
||||
AC_DEFINE([HAVE_MSW], 1)
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(WIN32, test "x$have_msw" = "xyes")
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
dnl
|
||||
|
|
Loading…
Add table
Reference in a new issue