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:
authorJörg Müller <nexyon@gmail.com>2018-04-16 20:00:35 +0300
committerJörg Müller <nexyon@gmail.com>2018-04-16 20:00:35 +0300
commit15b841f5dc1600e5612d1d1b5dbb209f1beb7158 (patch)
treee855dd4d6f90f4e40faf6ec5102db3790f970dfc /extern/audaspace
parent8710943570239fe5faad03e9ea8ae820f4e4f586 (diff)
Audaspace: Change default plugin path on windows.
This was suggested by Ray Molenkamp in order to avoid problems with thumbnail dlls.
Diffstat (limited to 'extern/audaspace')
-rw-r--r--extern/audaspace/blender_config.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/audaspace/blender_config.cmake b/extern/audaspace/blender_config.cmake
index 5b5440920d0..fb1ef95fee4 100644
--- a/extern/audaspace/blender_config.cmake
+++ b/extern/audaspace/blender_config.cmake
@@ -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()