Skip to content

Commit a3e3a6b

Browse files
authored
Update build-all.py
1 parent b3f0140 commit a3e3a6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/build-all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def build_dependency(name, mode, build_tool_args, download_url, download_name, d
761761
"-DBOOST_ROOT=" f"{DEPS_DIR}/install/boost-{BOOST_VERSION}",
762762
"-DGLTF_SUPPORT=" "ON",
763763
"-DJSON_INCLUDE_DIR=" f"{DEPS_DIR}/install/json",
764-
"-DEIGEN_DIR=" f"{DEPS_DIR}/install/eigen-3.3.7",
764+
"-DEIGEN_DIR=" f"{DEPS_DIR}/install/eigen-3.3.9",
765765
"-DBoost_NO_BOOST_CMAKE=" "On",
766766
"-DADD_COMMIT_SHA=" +("On" if ADD_COMMIT_SHA else "Off")
767767
]

0 commit comments

Comments
 (0)