diff options
| author | Juan Linietsky | 2016-08-20 01:55:32 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-08-20 01:55:53 -0300 |
| commit | 6efbe9342a35584ff410f3c016ad1c219729d9c9 (patch) | |
| tree | 935667713ce62f1f2caa408c5df10b9fa8976eec /platform/windows/detect.py | |
| parent | 2b7aa98d2d4d5efa9b1304086077243c903bbf4d (diff) | |
| download | godot-6efbe9342a35584ff410f3c016ad1c219729d9c9.tar.gz godot-6efbe9342a35584ff410f3c016ad1c219729d9c9.tar.zst godot-6efbe9342a35584ff410f3c016ad1c219729d9c9.zip | |
fix to mingw build
Diffstat (limited to '')
| -rw-r--r-- | platform/windows/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index a272e5df2..2414cee57 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -360,7 +360,7 @@ def configure(env): env.Append(CCFLAGS=['-DWINDOWS_ENABLED','-mwindows']) env.Append(CPPFLAGS=['-DRTAUDIO_ENABLED']) env.Append(CCFLAGS=['-DGLES2_ENABLED']) - env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','shlwapi','wsock32','wsa2_32','kernel32', 'oleaut32', 'dinput8', 'dxguid']) + env.Append(LIBS=['mingw32','opengl32', 'dsound', 'ole32', 'd3d9','winmm','gdi32','iphlpapi','shlwapi','wsock32','ws2_32','kernel32', 'oleaut32', 'dinput8', 'dxguid']) # if (env["bits"]=="32"): # env.Append(LIBS=['gcc_s']) |
