mk-standalone

standalone mk from 9base
git clone git://git.evenfri.duckdns.org/mk-standalone.git
Log | Files | Refs | README

commit 7ada00ef1d5d6c77255c55807df9cf96fe8adc90
parent adeb8cb705dfb18c216bac57ba23a2ccc9efb2ef
Author: evenfri <evenfri256@gmail.com>
Date:   Tue, 11 Aug 2026 01:10:01 +0800

add flag for cc

Diffstat:
Mwrappers/cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/wrappers/cc b/wrappers/cc @@ -3,6 +3,8 @@ global_flags="-c -Wall -Wextra" flags="$global_flags" +flags="$flags $addedly_cc_flags" + if [ ! -z "$not_use_libc" ]; then inc=$(/usr/bin/cc -print-file-name=include)