zig/lib
Andrew Kelley fbb38a7682 std.Build: fix regression in Step.ConfigHeader
Commit 0b7123f41d regressed the
`include_path` option of ConfigHeader which is intended to set the path,
including subdirectories, that C code would pass to an include
directive.

For example if it passes

    .include_path = "config/config.h",

Then the C code should be able to have

    #include "config/config.h"

This regressed https://github.com/andrewrk/nasm/ but this commit fixes
it.
2024-04-08 07:11:18 -07:00
..
compiler Merge pull request #18920 from castholm/fmtId 2024-04-07 19:22:35 -07:00
compiler_rt bsd: followup to std.posix extraction from std.os 2024-03-20 14:06:35 -07:00
docs Autodoc: fix Markdown indented lists (#19577) 2024-04-08 09:49:22 +00:00
include
init Grammar fixes (#18320) 2023-12-20 13:17:15 +02:00
libc mingw: support -municode 2024-03-27 10:05:57 +00:00
libcxx
libcxxabi
libunwind
std std.Build: fix regression in Step.ConfigHeader 2024-04-08 07:11:18 -07:00
tsan tsan: update rtl files to LLVM 17.0.6 2024-01-10 01:00:37 -07:00
c.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
compiler_rt.zig move libssp into libcompiler_rt 2023-11-10 13:12:10 -07:00
zig.h cbe: fix uncovered bugs 2024-03-30 20:50:48 -04:00