Skip to content

Commit 44bd72c

Browse files
committed
fix(eui-neo): expose archive root for platform includes
1 parent a846ae8 commit 44bd72c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/e/compat.eui-neo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ package = {
137137
-- `*/include` carries the umbrella `eui_neo.h` and `eui/*.h`; `*` is the
138138
-- verdir root, which is what makes the `"components/…"`, `"core/…"` and
139139
-- `"3rd/stb_image.h"` quoted includes resolve. Upstream marks both PUBLIC.
140-
include_dirs = { "*/include", "*", "mcpp_generated", "mcpp_generated/.." },
140+
include_dirs = { "*/include", "*", "*/", "mcpp_generated" },
141141

142142
-- mcpp#233/#240: every package in a link emits its objects into ONE
143143
-- flat obj/ dir keyed by source basename. Upstream's

0 commit comments

Comments
 (0)