Audaspace: Change default plugin path on windows.

This was suggested by Ray Molenkamp in order to avoid problems with
thumbnail dlls.
This commit is contained in:
Joerg Mueller 2018-04-16 19:00:35 +02:00
parent 8710943570
commit 15b841f5dc
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ set(PYTHONLIBS_FOUND TRUE)
set(NUMPY_FOUND TRUE)
set(NUMPY_INCLUDE_DIRS ${PYTHON_NUMPY_INCLUDE_DIRS})
set(SDL_FOUND ${WITH_SDL})
if(WIN32)
set(DEFAULT_PLUGIN_PATH "plugins")
endif()