mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-10 07:30:49 +02:00
Merge branch '77-modbuild-typo-in-definition-of-pbuild-supported_compilers' into 'master'
Resolve "modbuild: typo in definition of pbuild::supported_compilers" Closes #77 See merge request Pmodules/src!41
This commit is contained in:
@@ -186,7 +186,7 @@ pbuild::supported_os() {
|
||||
# $@: supported compiler (like GCC, Intel, PGI).
|
||||
# Default is all.
|
||||
#
|
||||
pbuild::supported_compiler() {
|
||||
pbuild::supported_compilers() {
|
||||
SUPPORTED_COMPILERS+=( "$@" )
|
||||
}
|
||||
#......................................................................
|
||||
|
||||
Reference in New Issue
Block a user