- Currently, the platform specific code isn't wrapped between `#if` pre-processor directives. - This might throw issues when trying to compiling the project, and the files which aren't native to a specific platform are being compiled. - Another thing that could be done is, excluding certain Platform folders when generating the project using Premake.
#ifpre-processor directives.