From 1c5f8639af5a26afb2256f82573a99ab98636423 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sun, 16 Aug 2020 09:31:15 +0000
Subject: build system: ccenv: ccenv_create_framework_executable(): accommodate
 yikes.

---
 sofort/ccenv/ccenv.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sofort/ccenv')

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
-- 
cgit v1.2.3