Skip to content

Commit

Permalink
respond to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Dec 24, 2019
1 parent 23a74da commit 4e5e7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/engine/platform.py
Expand Up @@ -22,8 +22,8 @@ def current(cls) -> 'Platform':
@memoized_property
def runtime_lib_path_env_var(self) -> str:
return enums.match(self, {
self.darwin: "DYLD_LIBRARY_PATH",
self.linux: "LD_LIBRARY_PATH",
Platform.darwin: "DYLD_LIBRARY_PATH",
Platform.linux: "LD_LIBRARY_PATH",
})


Expand Down

0 comments on commit 4e5e7a3

Please sign in to comment.