diff options
Diffstat (limited to 'bootstrap.1')
-rwxr-xr-x[-rw-r--r--] | bootstrap.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.1 b/bootstrap.1 index cae59ce82f8e..e2accf36236a 100644..100755 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -18,7 +18,7 @@ if test "$BUILD_DMAKE" != "NO"; then cd "$SRC_ROOT/dmake" || exit # If cross-compiling then don't use the cross compilers to build dmake. - if test "$CROSS_COMPILING" = "yes"; then + if test "$CROSS_COMPILING" = "YES"; then CC="" CXX="" export CC |