Mercurial > hg > vamp-build-and-test
comparison SCRIPTS/process.sh @ 110:dcbcbbc20109
Avoid passing empty arg to make
author | Chris Cannam |
---|---|
date | Tue, 08 Sep 2015 11:51:07 +0100 |
parents | c4758b1b1089 |
children | 6015c2048c3f |
comparison
equal
deleted
inserted
replaced
109:c4758b1b1089 | 110:dcbcbbc20109 |
---|---|
61 if [ "$platform_arg" = "native" ]; then | 61 if [ "$platform_arg" = "native" ]; then |
62 platform_arg="$platform_native" | 62 platform_arg="$platform_native" |
63 fi | 63 fi |
64 | 64 |
65 platform= | 65 platform= |
66 platform_defines= | 66 platform_defines=("UNUSED_=") # Avoid passing empty arg to make as if target |
67 bits=32 | 67 bits=32 |
68 altbits= | 68 altbits= |
69 toolprefix= | 69 toolprefix= |
70 pluginext= | 70 pluginext= |
71 hostwrapper= | 71 hostwrapper= |