Skip to content

Commit

Permalink
Fix minor syntax in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Jun 12, 2023
1 parent 9941fef commit 8ff14c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if not env_etc.no_boost_python and hasattr(env_etc, "boost_adaptbx_include"):
]

# Handle cctbx bootstrap builds that pull a fixed msgpack version into modules/
msgpack = Path(libtbx.env.dist_path("dials")).parent / "msgpack-3.1.1", "include"
msgpack = Path(libtbx.env.dist_path("dials")).parent / "msgpack-3.1.1" / "include"
if msgpack.is_dir():
include_paths.append(str(msgpack))

Expand Down

0 comments on commit 8ff14c8

Please sign in to comment.