Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Berger <martijn.berger@gmail.com>2014-11-13 18:19:57 +0300
committerMartijn Berger <martijn.berger@gmail.com>2014-11-13 18:23:27 +0300
commit96ca64629d3373293b083540e593f500cb9a4e7d (patch)
treedfdb976380b76bfd06017246565241ab65c0bfb4 /SConstruct
parentdc519f3eb76468f0a580c0df7a82676568c47a6a (diff)
Windows (MSVC2013) move to SDL2
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 37c8fa42f10..599ea9b312f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1180,7 +1180,7 @@ if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-vc', 'linuxcross'):
dllsources += ['${BF_PTHREADS_LIBPATH}/${BF_PTHREADS_LIB}.dll']
if env['WITH_BF_SDL']:
- dllsources.append('${BF_SDL_LIBPATH}/SDL.dll')
+ dllsources.append('${BF_SDL_LIBPATH}/SDL2.dll')
if env['WITH_BF_PYTHON']:
if env['BF_DEBUG']: