diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 09:31:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:03:57 +0000 |
commit | 3242b32702844380fdc945bb1f517c189198e179 (patch) | |
tree | f60af1a244053a044d6fc65af922b62f0585bb4c | |
parent | 8529a399c815af484b53e6f18bdf4742e4e8011a (diff) | |
download | bcparser-3242b32702844380fdc945bb1f517c189198e179.tar.bz2 bcparser-3242b32702844380fdc945bb1f517c189198e179.tar.xz |
build system: ccenv: ccenv_create_framework_executable(): accommodate yikes.
-rw-r--r-- | sofort/ccenv/ccenv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 1215334..8de220c 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -688,6 +688,7 @@ ccenv_create_framework_executable() printf 'int main(void){return 0;}' \ | $ccenv_cc -xc - \ -o $ccenv_image \ + 2>/dev/null \ || return 1 return 0 |