Skip to content

Commit

Permalink
Add missing PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstratford committed Feb 2, 2022
1 parent da2f503 commit b1735a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions archer2/libraries/metis/module_boilerplate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ else

local pkgconfig = pathJoin(productPath, "lib/pkgconfig")
prepend_path("PE_" .. compilerEnv .. "_FIXED_PKGCONFIG_PATH", pkgconfig)
prepend_path("PKG_CONFIG_PATH", pkgconfig)

-- bin is required

Expand Down
1 change: 1 addition & 0 deletions archer2/libraries/parmetis/module_boilerplate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ else

local pkgconfig = pathJoin(productPath, "lib/pkgconfig")
prepend_path("PE_" .. compilerEnv .. "_FIXED_PKGCONFIG_PATH", pkgconfig)
prepend_path("PKG_CONFIG_PATH", pkgconfig)

-- bin is required

Expand Down

0 comments on commit b1735a7

Please sign in to comment.