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 | 89fc104b29fe113f18a999b42b3e4def7f3a6d9a (patch) | |
tree | 17eaf4cb90d91b9cffca37dda64e5abc4c5f7724 /sofort | |
parent | d04d839f7a568f100f1996904b81c4104f86b18d (diff) | |
download | bautomake-89fc104b29fe113f18a999b42b3e4def7f3a6d9a.tar.bz2 bautomake-89fc104b29fe113f18a999b42b3e4def7f3a6d9a.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 |