Is it possible to change libraryPaths in cinterop for different targets? So if it’s Linux use this path, if it’s Windows use this path where the respective targets static libs are located in? (Within the project/cinterop folder)
I actually found a way to do this which is add libraryPaths.linux/libraryPaths.osx and add paths to static libs within the cinterop folder.
I really wish this was documented…