From 44b955b58f63b317684915fcc9edc5a7fbf42e53 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 16 Nov 2023 04:33:04 +0000 Subject: [PATCH] =?utf8?q?Treat=20Fedora=20like=20Linux...because=20they?= =?utf8?q?=20think=20they're=20so=20special=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- genbindings.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/genbindings.sh b/genbindings.sh index 3fdb397b..2e07752a 100755 --- a/genbindings.sh +++ b/genbindings.sh @@ -43,6 +43,11 @@ case "$TARGET_STRING" in CS_PLATFORM_NAME="linux-x64" LDK_JAR_TARGET=true ;; + "x86_64-redhat-linux"*) + LDK_TARGET_SUFFIX="_Linux-amd64" + CS_PLATFORM_NAME="linux-x64" + LDK_JAR_TARGET=true + ;; "x86_64-apple-darwin"*) LDK_TARGET_SUFFIX="_MacOSX-x86_64" CS_PLATFORM_NAME="osx-x64" -- 2.30.2