···7777 "CXX=${stdenv.cc.targetPrefix}c++"
7878 ]
7979 ++ lib.optionals useUasm [ "MY_ASM=uasm" ]
8080+ ++ lib.optionals (!useUasm && stdenv.hostPlatform.isx86) [ "USE_ASM=" ]
8081 # We need at minimum 10.13 here because of utimensat, however since
8182 # we need a bump anyway, let's set the same minimum version as the one in
8283 # aarch64-darwin so we don't need additional changes for it