Vitaly Novichkov
Vitaly Novichkov
I think, I forgot about this one, but seems doesn't matter. This issue was a kind of discussion about suspicious thing on Apple.
I guess, to completely "fix" this issue it's enough to change the comment I mentioned into something like: ```cmake # Note: Disabled on Apple because the dynamic mode backend for...
To completely solve this, the patch is needed to change the comment in CMakeLists file.
Ye, I'll try that very soon.
By the way, the `abandoned` tag here is not suitable, and this can be changed into "closed as completed". Because all the topic was about the reason why that question...
I thinking to craft a cross-toolchain for my needs, but if somebody makes one, please share (I'll share mine if I make it by myself once upon, depending on my...
> https://github.com/trungnt2910/haiku-cross-compiler That's a very old toolchain, we need to craft a new one using the latest Haiku stuff.
P.S. I think, it's possible to implement this concept with a minimal effort, just re-using the current infrastructure: - for each sub-system, provide the bunch of "custom" entry points if...
As an idea can be passed via a custom CMake sub-directory (the path to it should be linked as an argument of SDL's CMake build). And, there is a skeleton...
Also, keep a note that certain parts were can be shared among other platforms like UNIX/POSIX parts are available on a majority of platforms. But, there are two ways: -...