forked from msys2/MINGW-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0024-openvdb-shared.patch
More file actions
24 lines (21 loc) · 1.08 KB
/
Copy path0024-openvdb-shared.patch
File metadata and controls
24 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -Naur blender-2.83/build_files/cmake/platform/platform_win32_mingw64.cmake.orig blender-2.83/build_files/cmake/platform/platform_win32_mingw64.cmake
--- blender-2.83/build_files/cmake/platform/platform_win32_mingw64.cmake.orig 1970-01-01 03:00:00.000000000 +0300
+++ blender-2.83/build_files/cmake/platform/platform_win32_mingw64.cmake 2019-08-01 10:07:13.714675300 +0300
@@ -265,7 +265,7 @@
set(WITH_OPENVDB_BLOSC OFF)
message(STATUS "Blosc not found, disabling it for OpenVBD")
endif()
- set(OPENVDB_DEFINITIONS -DOPENVDB_STATICLIB -D_USE_MATH_DEFINES)
+ set(OPENVDB_DEFINITIONS -DOPENVDB_DLL -D_USE_MATH_DEFINES)
endif()
if(WITH_ALEMBIC)
diff -Naur blender-2.83/extern/mantaflow/CMakeLists.txt.orig blender-2.83/extern/mantaflow/CMakeLists.txt
--- blender-2.83/extern/mantaflow/CMakeLists.txt.orig 2019-08-01 11:08:03.806515200 +0300
+++ blender-2.83/extern/mantaflow/CMakeLists.txt 2019-08-01 11:18:49.638850100 +0300
@@ -51,7 +51,7 @@
if(WITH_OPENVDB)
add_definitions(-DOPENVDB=1)
- add_definitions(-DOPENVDB_STATICLIB)
+ add_definitions(-DOPENVDB_DLL)
endif()
if(WIN32)