mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Fix building for Windows: cache the Windows-specific variables
Otherwise, we won't link to winsock or set the subsystem correctly. Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8efd63b233
commit
1e0bc8a1ab
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ configure $(CONFIGURE): Configure.mk
|
|||
LIBDIVECOMPUTERDIR = $(LIBDIVECOMPUTERDIR)\\\
|
||||
LIBDIVECOMPUTERCFLAGS = $(LIBDIVECOMPUTERCFLAGS)\\\
|
||||
LIBDIVECOMPUTER = $(LIBDIVECOMPUTER)\\\
|
||||
LIBWINSOCK = $(LIBWINSOCK)\\\
|
||||
LDFLAGS = $(LDFLAGS)\\\
|
||||
RESFILE = $(RESFILE)\\\
|
||||
LIBQT = $(LIBQT)\\\
|
||||
QTCXXFLAGS = $(QTCXXFLAGS)\\\
|
||||
MOC = $(MOC)\\\
|
||||
|
|
Loading…
Add table
Reference in a new issue