View Single Post
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 11-17-2019 , 00:13   Re: [Github Action] Setup SourcePawn
Reply With Quote #5

Note that the compiler on mac platform does not use binreloc library due to not being in the builder. So by default on the mac platform, the include directory that the compiler is residing in is not used.

An existing workaround would be using the exported `includePath` env variable. When calling spcomp, pass -i$includePath as an option to use the default includes.
__________________
RumbleFrog is offline