windows fix
Some checks failed
demo.yaml / windows fix (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-02 21:49:51 +01:00
commit 19cfbdbb13

View file

@ -127,11 +127,8 @@ namespace Crafter {
std::cout << "1" << std::endl; std::cout << "1" << std::endl;
const char* libcxx = std::getenv("LIBCXX_DIR"); std::string libcxx = std::getenv("LIBCXX_DIR");
if (!libcxx) { libcxx.pop_back();
std::cout << "LIBCXX_DIR environment variable not set" << std::endl;
throw std::runtime_error("LIBCXX_DIR environment variable not set");
}
std::cout << "2" << std::endl; std::cout << "2" << std::endl;