build-lib emitted headers should be able to depend on system includes #2232
Labels
use case
Describes a real use case that is difficult or impossible, but does not propose a solution.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
The output .h file contains:
This defines the opaque type struct
struct_lua_State
, when it needs to#include <lua.h>
and use the existing opaque typelua_State
.The text was updated successfully, but these errors were encountered: