Skip to content

Commit 56bc148

Browse files
committed
trial 3
1 parent d55c47d commit 56bc148

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test_interpreter.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,14 @@ TEST_SUITE("execute_request")
108108

109109
TEST_CASE("headers found in sysroot/include/compat")
110110
{
111+
#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
111112
std::vector<const char*> Args = {
112113
"-v",
113114
"-Xclang", "-iwithsysroot/include/compat"
114115
};
116+
#else
117+
std::vector<const char*> Args = {/*"-v", "resource-dir", "....."*/};
118+
#endif
115119

116120
xcpp::interpreter interpreter((int)Args.size(), Args.data());
117121
std::string code = "#include <xlocale.h>";

0 commit comments

Comments
 (0)