We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27279ba commit 44b955bCopy full SHA for 44b955b
‎genbindings.sh‎
@@ -43,6 +43,11 @@ case "$TARGET_STRING" in
43
CS_PLATFORM_NAME="linux-x64"
44
LDK_JAR_TARGET=true
45
;;
46
+ "x86_64-redhat-linux"*)
47
+ LDK_TARGET_SUFFIX="_Linux-amd64"
48
+ CS_PLATFORM_NAME="linux-x64"
49
+ LDK_JAR_TARGET=true
50
+ ;;
51
"x86_64-apple-darwin"*)
52
LDK_TARGET_SUFFIX="_MacOSX-x86_64"
53
CS_PLATFORM_NAME="osx-x64"
0 commit comments