Navigation Menu

Skip to content

Commit

Permalink
build.sh follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 17, 2016
1 parent b1a1956 commit 6e9ea2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Expand Up @@ -54,6 +54,7 @@ verbose=0
# parse parameters to store in config
params=$(echo "$*" | sed -e 's/-c\|-v\|-g\|-j [0-9]*\|-h//g' -e 's/^[ \t]*//')
params=$(echo "$params $CC $CCC" | tr " " "\n" | sed -e '/^\s*$/d')
params=$(echo "${params[*]}" | sort)

cwd=$(cd $(dirname $0); pwd -P)
dist_dir="$cwd/../dist"
Expand Down

0 comments on commit 6e9ea2f

Please sign in to comment.