You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have next structure for my plugin:
and include/SoftGuard/
But when I compile, compiler don't check include/SoftGuard, instead of this he check folder with compiler.exe for includes.
how to make the compiler check includes in the same folder as the plugin that is compiled ?
The text was updated successfully, but these errors were encountered:
It could be because it's trying to find include folder in the current working directory, which I change to where the compiler is located because that's a requirement for Linux. I'll have to test that out.
I have next structure for my plugin:
and include/SoftGuard/
But when I compile, compiler don't check include/SoftGuard, instead of this he check folder with compiler.exe for includes.
how to make the compiler check includes in the same folder as the plugin that is compiled ?
The text was updated successfully, but these errors were encountered: