| ... | @@ -951,11 +951,10 @@ static void musl_add_cc_args(CodeGen *parent, CFile *c_file, bool want_O3) { | ... | @@ -951,11 +951,10 @@ static void musl_add_cc_args(CodeGen *parent, CFile *c_file, bool want_O3) { |
| 951 | | 951 | |
| 952 | c_file->args.append("-I"); | 952 | c_file->args.append("-I"); |
| 953 | c_file->args.append(buf_ptr(buf_sprintf( | 953 | c_file->args.append(buf_ptr(buf_sprintf( |
| 954 | "%s" OS_SEP "libc" OS_SEP "include" OS_SEP "%s-%s-%s", | 954 | "%s" OS_SEP "libc" OS_SEP "include" OS_SEP "%s-%s-musl", |
| 955 | buf_ptr(parent->zig_lib_dir), | 955 | buf_ptr(parent->zig_lib_dir), |
| 956 | target_arch_name(parent->zig_target->arch), | 956 | target_arch_musl_name(parent->zig_target->arch), |
| 957 | target_os_name(parent->zig_target->os), | 957 | target_os_name(parent->zig_target->os)))); |
| 958 | target_abi_name(parent->zig_target->abi)))); | | |
| 959 | | 958 | |
| 960 | c_file->args.append("-I"); | 959 | c_file->args.append("-I"); |
| 961 | c_file->args.append(buf_ptr(buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "generic-musl", | 960 | c_file->args.append(buf_ptr(buf_sprintf("%s" OS_SEP "libc" OS_SEP "include" OS_SEP "generic-musl", |