From 2ae853b7fa3e52956d9b29a1423a6ee5cc0ce381 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Jun 2018 10:26:01 +0200 Subject: Fix bug in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 51ad6b9..0deab44 100755 --- a/build.sh +++ b/build.sh @@ -294,7 +294,7 @@ cdir="$(pwd)" # Save full path for later. run bpkg-stage $verbose create \ cc \ config.cxx="$cxx" \ -config.cc.coptions="'$@'" \ +config.cc.coptions="$*" \ config.bin.rpath="$conf_rpath" \ config.install.root="$idir" \ config.install.sudo="$conf_sudo" -- cgit v1.1