diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 09:31:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:01 +0000 |
commit | f7c17ebc550316fc660350d63ec7d96ba761df15 (patch) | |
tree | ac95d69789481065b184356dae962cf76080acef | |
parent | e0e6517801d2a578041d8c3f3080c73b1e27244b (diff) | |
download | ntcon-f7c17ebc550316fc660350d63ec7d96ba761df15.tar.bz2 ntcon-f7c17ebc550316fc660350d63ec7d96ba761df15.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 |