diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 09:31:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:00 +0000 |
commit | ade695b3f98729b930ea970d3614f4e8239d1ded (patch) | |
tree | 054e91d262b4c0e5439862d3b6dd66ea26856e9e /sofort/ccenv | |
parent | 2963f0a120764a00e5dcbe01e8c6bd737d02c3be (diff) | |
download | mmglue-ade695b3f98729b930ea970d3614f4e8239d1ded.tar.bz2 mmglue-ade695b3f98729b930ea970d3614f4e8239d1ded.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 |