mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
fix: add rpath to GREENX_LDFLAGS
This commit is contained in:
parent
7fc6217bd3
commit
dc8eeeed8d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ case "$with_greenx" in
|
|||
cd ..
|
||||
fi
|
||||
GREENX_CFLAGS="-I'${pkg_install_dir}/include/modules'"
|
||||
GREENX_LDFLAGS="-L'${pkg_install_dir}/lib'"
|
||||
GREENX_LDFLAGS="-L'${pkg_install_dir}/lib' -Wl,-rpath,'${pkg_install_dir}/lib'"
|
||||
;;
|
||||
__SYSTEM__)
|
||||
echo "==================== Finding GreenX from system paths ===================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue