Correct path to mingw64 libs so some minimal blender subset is possible to be compiled with older gcc

This commit is contained in:
Sergey Sharybin 2015-01-27 19:29:22 +05:00
parent 58f7deca58
commit d687625ad8
1 changed files with 1 additions and 1 deletions

View File

@ -1515,7 +1515,7 @@ elseif(WIN32)
if (GCC_VERSION VERSION_GREATER 4.9 OR GCC_VERSION VERSION_EQUAL 4.9)
set(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/mingw64_gcc49)
else()
set(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/mingw)
set(LIBDIR ${CMAKE_SOURCE_DIR}/../lib/mingw64)
endif()
else()
message(STATUS "Compiling for 32 bit with MinGW-w32.")