fix breaking cpp2beef changes
This commit is contained in:
@@ -8,4 +8,4 @@ Hash = "86db0167f15d08a63a91a19e46f983a5511bac1a"
|
||||
[Locks."Cpp2Beef.git".Git]
|
||||
URL = "https://git.unicon-gmbh.de/BeefBindings/Cpp2Beef.git"
|
||||
Tag = ""
|
||||
Hash = "3590478b20da32b54f523780b5de819c27b95a47"
|
||||
Hash = "69ed2da6254b9d76d0dd48cf20eb6174dde903e2"
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user