Skip to content

Commit

Permalink
Merge pull request #66 from cwmiller/master
Browse files Browse the repository at this point in the history
Fix build.sh variables
  • Loading branch information
mmitche committed Feb 5, 2015
2 parents 02084af + ff41f74 commit ef73ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ for i in "$@"
__CMakeArgs=RELEASE
;;
clean)
__CleanBuild=true
__CleanBuild=1
;;
*)
__UnprocessedBuildArgs="$__UnprocessedBuildArgs $i"
Expand Down

0 comments on commit ef73ad8

Please sign in to comment.