diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 09:31:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:08 +0000 |
commit | 04d32f5ec94af1b40d553022ce1958dbe7719fd0 (patch) | |
tree | bc2dc78e4c59012a31beeb272605490cea4b8405 /sofort | |
parent | ad573038e74778d276fea8e1814547ea6d896650 (diff) | |
download | w32lib-04d32f5ec94af1b40d553022ce1958dbe7719fd0.tar.bz2 w32lib-04d32f5ec94af1b40d553022ce1958dbe7719fd0.tar.xz |
build system: ccenv: ccenv_create_framework_executable(): accommodate yikes.
Diffstat (limited to 'sofort')
-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 |