https://issues.dlang.org/show_bug.cgi?id=20222
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @puneet created dlang/druntime pull request #2804 "Fix Issue 20222 -- druntime fails to build for Android" fixing this issue: - Fix Issue 20222 -- druntime fails to build for Android Commit https://github.com/dlang/druntime/commit/d931921a adds a dependency on _SC_PHYS_PAGES which is not defined in the module core.sys.posix.unistd for Android. This breaks compilation of druntime on/for Android platform. Porting this constant from Android bionic source file https://android.googlesource.com/platform/bionic/+/master/libc/include/bits/sysconf.h fixes the issue. https://github.com/dlang/druntime/pull/2804 --
