Buildbot: Correct previous commit

This commit is contained in:
2019-07-02 12:56:07 +02:00
parent 3cc51cf28c
commit 5439f682fd

View File

@@ -38,7 +38,7 @@ if "cmake" in builder:
# NOTE: For quick test only to see if the approach work. # NOTE: For quick test only to see if the approach work.
# n the future must be replaced with an actual blender version. # n the future must be replaced with an actual blender version.
blender_version = '2.80' blender_version = '2.80'
blender_version_dir = os.path,join(install_dir, blender_version) blender_version_dir = os.path.join(install_dir, blender_version)
command_prefix = [] command_prefix = []
if builder.startswith('linux'): if builder.startswith('linux'):