[Build] Fix build script
authorWonyoung Choi <wy80.choi@samsung.com>
Tue, 8 Oct 2019 02:25:56 +0000 (11:25 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Tue, 8 Oct 2019 02:25:56 +0000 (11:25 +0900)
build.sh

index e548a6a..73cb03e 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -39,7 +39,7 @@ cmd_build() {
     exit 1
   fi
   PROJECT=$1; shift
-  build /p:Project=$PROJECT
+  build /p:Project=$PROJECT $@
 }
 
 cmd_full_build() {