diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ source_files=$(find "src" -name "*.c") cpu_arch="$ARCH" if [ -z "$ARCH" ]; then cpu_arch=$(uname -m) - echo "Cpu architecture detected: $cpu_arch." 'You can override the architecture with the environment variable $ARCH' + echo "Cpu architecture detected: $cpu_arch." 'You can override the architecture with the $ARCH environment variable.' fi if [ "$cpu_arch" = "x86_64" ]; then |