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