You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to support targeting of Android, using SDK version 4.4 and up. GCC and MSVC can target Android for both Linux-hosted and Windows-hosted builds of C and C++ code; however, we will need to migrate from DMD to LDC to have D code compile for Android.
All of this implies restructuring ÔÇô to support cross-compilation, naturally.
We need to support targeting of Android, using SDK version 4.4 and up. GCC and MSVC can target Android for both Linux-hosted and Windows-hosted builds of C and C++ code; however, we will need to migrate from DMD to LDC to have D code compile for Android.
All of this implies restructuring ÔÇô to support cross-compilation, naturally.