diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 09:31:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:05 +0000 |
commit | 54385451d7563635dd1904f1aa62f305502307a3 (patch) | |
tree | 14ab5ba292daaddb39ade6a53866c85689315fdc /sofort | |
parent | 24912d595f1f9f3aa0c85ef5dfe9e4d45a6c2f63 (diff) | |
download | slibtool-54385451d7563635dd1904f1aa62f305502307a3.tar.bz2 slibtool-54385451d7563635dd1904f1aa62f305502307a3.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 |