From 2af1cc02394109c202bd7f5a220236b9d990d57e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Sun, 13 May 2012 17:16:19 +0300 Subject: [PATCH] Make compilation to win32 work with winmm library --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index 6de24c8..49df4a2 100644 --- a/SConstruct +++ b/SConstruct @@ -56,6 +56,7 @@ else: if conf.CheckLib('ws2_32'): # We have windows socket lib without getaddrinfo, disable IPv6 env.Append(CPPDEFINES = ['DISABLE_IPV6']) +conf.CheckLib('winmm') env = conf.Finish() env.SConscript('build/SConscript', exports='env') -- 2.34.1