This commit is contained in:
parent
4e2f515718
commit
19cfbdbb13
1 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue