fix breaking cpp2beef changes

This commit is contained in:
Rune
2026-03-15 16:32:06 +01:00
parent f61facf4e7
commit 97cd2cbf64
2 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ Hash = "86db0167f15d08a63a91a19e46f983a5511bac1a"
[Locks."Cpp2Beef.git".Git]
URL = "https://git.unicon-gmbh.de/BeefBindings/Cpp2Beef.git"
Tag = ""
Hash = "3590478b20da32b54f523780b5de819c27b95a47"
Hash = "69ed2da6254b9d76d0dd48cf20eb6174dde903e2"

View File

@@ -305,8 +305,8 @@ class Program
RunCommand!("git -C .. submodule update");
char8*[?] clangArgs = .("--language=c", "-I../libexpat/expat/lib", "-DXMLCALL=");
{ scope ExpatGenerator(clangArgs).Generate("../libexpat/expat/lib/expat.h", null); }
{ scope ExpatWrapperGenerator(clangArgs).Generate("../libexpat/expat/lib/expat.h", null); }
{ scope ExpatGenerator(clangArgs).Generate("../libexpat/expat/lib/expat.h"); }
{ scope ExpatWrapperGenerator(clangArgs).Generate("../libexpat/expat/lib/expat.h"); }
Directory.CreateDirectory("../expat_config");
RunCommand!("cmake -S ../libexpat/expat -B ../expat_config -GNinja");