Browse Source

Improve build script echo.

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

2
build/build.sh

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

Loading…
Cancel
Save