From 94daee90a7c18e3bd05c3b3d79e5d93329559c8d Mon Sep 17 00:00:00 2001 From: midipix 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(+) 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