diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index e0fe47e..df9ad06 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -186,7 +186,7 @@ pbuild::supported_os() { # $@: supported compiler (like GCC, Intel, PGI). # Default is all. # -pbuild::supported_compiler() { +pbuild::supported_compilers() { SUPPORTED_COMPILERS+=( "$@" ) } #......................................................................