Skip to content

Commit a31d9ed

Browse files
Bump assimp version to fix build with --dynamic_mode off (#687)
Fixes bazel build with --dynamic_mode=off by pulling in a newer version of assimp (bumped in bazelbuild/bazel-central-registry#4724, please read the PR description there for details on the error and the fix). Signed-off-by: Shameek Ganguly <[email protected]>
1 parent 338e734 commit a31d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module(
55
)
66

77
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8-
bazel_dep(name = "assimp", version = "5.4.3")
8+
bazel_dep(name = "assimp", version = "5.4.3.bcr.3")
99
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
1010
bazel_dep(name = "cdt", version = "1.4.0")
1111
bazel_dep(name = "freeimage", version = "3.19.10")

0 commit comments

Comments
 (0)