libretro.mupen64plus: remove workaround for GCC13

This commit is contained in:
Thiago Kenji Okada 2024-02-04 19:09:58 +00:00
parent b69a66ec75
commit 4227238abc

View File

@ -678,11 +678,6 @@ in
"LLE=1"
"WITH_DYNAREC=${stdenv.hostPlatform.parsed.cpu.name}"
];
# This CXXFLAGS hack works around the GCC 13 error:
# 'uint32_t' was not declared in this scope
# It can be removed if the issue filed upstream is resolved:
# https://github.com/libretro/mupen64plus-libretro-nx/issues/515
env.CXXFLAGS = "-include cstdint";
meta = {
description = "Libretro port of Mupen64 Plus, GL only";
license = lib.licenses.gpl3Only;