libtommath: remove obsolete TARGET_OS_* workaround

This commit is contained in:
Emily
2025-01-06 00:37:59 +00:00
parent 3d4bb1b301
commit 6f62ff2261
-4
View File
@@ -29,10 +29,6 @@ stdenv.mkDerivation rec {
makefile = "makefile.shared";
env.NIX_CFLAGS_COMPILE = lib.optionalString (
stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64
) "-DTARGET_OS_IPHONE=0";
enableParallelBuilding = true;
meta = with lib; {