Skip to content

Commit 44b955b

Browse files
committed
Treat Fedora like Linux...because they think they're so special 🙄
1 parent 27279ba commit 44b955b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎genbindings.sh‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ case "$TARGET_STRING" in
4343
CS_PLATFORM_NAME="linux-x64"
4444
LDK_JAR_TARGET=true
4545
;;
46+
"x86_64-redhat-linux"*)
47+
LDK_TARGET_SUFFIX="_Linux-amd64"
48+
CS_PLATFORM_NAME="linux-x64"
49+
LDK_JAR_TARGET=true
50+
;;
4651
"x86_64-apple-darwin"*)
4752
LDK_TARGET_SUFFIX="_MacOSX-x86_64"
4853
CS_PLATFORM_NAME="osx-x64"

0 commit comments

Comments
 (0)