Browse Source

Improve build script echo.

emscripten-ci
Joao Matos 3 years ago
parent
commit
c30fff8162
  1. 2
      build/build.sh

2
build/build.sh

@ -205,7 +205,7 @@ while [[ $# > 0 ]]; do
;; ;;
-target-framework) -target-framework)
target_framework=$2 target_framework=$2
echo $target_framework echo 'Using .NET target framework:' $target_framework
shift shift
;; ;;
-ci) -ci)

Loading…
Cancel
Save