summaryrefslogtreecommitdiffhomepage
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-08-16 09:31:15 +0000
committermidipix <writeonce@midipix.org>2020-08-16 18:04:07 +0000
commit3599fe5557c630d20a70ab008642c703eaa58561 (patch)
treef648d2b218d5d9a6668b9d6b1b2b4abdaa16abe4 /sofort
parent12bc6139b96bf111fd6841488f9845360552198f (diff)
downloadu16ports-3599fe5557c630d20a70ab008642c703eaa58561.tar.bz2
u16ports-3599fe5557c630d20a70ab008642c703eaa58561.tar.xz
build system: ccenv: ccenv_create_framework_executable(): accommodate yikes.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/ccenv/ccenv.sh1
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