Skip to content
Snippets Groups Projects
Commit af32e2bc authored by bonkt's avatar bonkt
Browse files

[FEAT] Compiles, loads and runs with clang

parent a488a863
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ void Engine::init()
env->init();
// Set DLL linking:
SetDllDirectory((env->get("CORTEX_ENGINE_DIR") + "/Binary/Debug/").c_str());
SetDllDirectory((env->get("CORTEX_ENGINE_DIR") + "/Binary/").c_str());
// Verify that the DLL directory is set correctly
char buffer[MAX_PATH];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment