We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38576ca + 6f9a5f6 commit 6e8669dCopy full SHA for 6e8669d
README.md
@@ -333,6 +333,8 @@ The recommended way to do this is using the [pkg-config](https://www.freedesktop
333
# Necessary if the installation directory is not in PKG_CONFIG_PATH
334
install_dir := path/to/install_dir
335
export PKG_CONFIG_PATH := $(install_dir)/lib/pkgconfig:$(PKG_CONFIG_PATH)
336
+# On some OS the pkgconfig file could be installed in lib64 instead of lib
337
+# export PKG_CONFIG_PATH := $(install_dir)/lib64/pkgconfig:$(PKG_CONFIG_PATH)
338
339
STDLIB_CFLAGS := `pkg-config --cflags fortran_stdlib`
340
STDLIB_LIBS := `pkg-config --libs fortran_stdlib`
0 commit comments