Merge pull request #317718 from viraptor/libxmi-darwin

libxmi: fix darwin build
This commit is contained in:
Stanisław Pitucha 2024-06-07 15:00:32 +10:00 committed by GitHub
commit 02cdc30c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "03d4ikh29l38rl1wavb0icw7m5pp7yilnv7bb2k8qij1dinsymlx";
};
CFLAGS = "-std=gnu89";
# For the x86_64 GNU/Linux arch to be recognized by 'configure'
preConfigure = "cp ${libtool}/share/libtool/build-aux/config.sub .";