Skip to content

Commit

Permalink
fix typo regarding lib path parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
gdurif committed Apr 11, 2022
1 parent e4c01f8 commit e93d695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension_helpers/_openmp_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_openmp_flags():

lib_path = _get_flag_value_from_var('-L', 'LDFLAGS')
if lib_path:
for _ in include_path:
for _ in lib_path:
link_flags.append('-L' + _)
link_flags.append('-Wl,-rpath,' + _)

Expand Down

0 comments on commit e93d695

Please sign in to comment.