1
DotNet / Re: Has anyone had any luck getting SFML.NET on .NET Core running on MacOS?
« on: January 06, 2019, 03:43:26 pm »
Yes it works fine in dev if I set DYLD_PRINT_LIBRARIES and DYLD_PRINT_FRAMEWORKS.
When you release you will be creating an app package with an osx/ folder into which you can put your dependencies.
Just set the environment variables for now.
When you release you will be creating an app package with an osx/ folder into which you can put your dependencies.
Just set the environment variables for now.