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 | 94daee90a7c18e3bd05c3b3d79e5d93329559c8d (patch) | |
tree | 9ac2e12d1b5320a13a87d6241ea09e9f2ac4b8b0 | |
parent | 20aac4b262c451433c0b477295acb5990664b4fd (diff) | |
download | perk-94daee90a7c18e3bd05c3b3d79e5d93329559c8d.tar.bz2 perk-94daee90a7c18e3bd05c3b3d79e5d93329559c8d.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 |