diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-06-18 17:03:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-06-18 17:03:22 -0400 |
commit | f6775906d136bbeacf3cd45443c080be2dd1f2e9 (patch) | |
tree | 70ace9766a98ad021aa38ca9eedf89d00cf2dff9 /configure | |
parent | 49a5d48d0a43bac313c8b8d1b167e60da9eaadf6 (diff) | |
download | bfs-f6775906d136bbeacf3cd45443c080be2dd1f2e9.tar.xz |
build: Rename CONFIG to CONFFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ nproc() { } # Save the ./configure command line for bfs --version -export CONFIG="$0 $*" +export CONFFLAGS="$*" # Default to `make` MAKE="${MAKE-make}" |