diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 09:31:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:06 +0000 |
commit | f5b085a0b97692c8ab9ea7220ba4deed05db6fdc (patch) | |
tree | 414564d8682f44aea3df1ac8fc50033fad28770f | |
parent | 3810540b958b9ff7ea7181451b3fac6776491a90 (diff) | |
download | sofort-f5b085a0b97692c8ab9ea7220ba4deed05db6fdc.tar.bz2 sofort-f5b085a0b97692c8ab9ea7220ba4deed05db6fdc.tar.xz |
build system: ccenv: ccenv_create_framework_executable(): accommodate yikes.
-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 |