Fix typo in exporting RUSTFLAGS
Fixes #77 Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
4c93e63ddf
commit
3c28c30133
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ MAKEPKG_LIBRARY=${MAKEPKG_LIBRARY:-'@libmakepkgdir@'}
|
|||
source "$MAKEPKG_LIBRARY/util/option.sh"
|
||||
source "$MAKEPKG_LIBRARY/util/util.sh"
|
||||
|
||||
buildenv_var+=('RUSTFLAGS' 'DEBUG_RUSTFLAGS')
|
||||
buildenv_vars+=('RUSTFLAGS' 'DEBUG_RUSTFLAGS')
|
||||
buildenv_functions+=('buildenv_rust')
|
||||
|
||||
buildenv_rust() {
|
||||
|
|
Loading…
Add table
Reference in a new issue