Skip to content

Commit 649d0c3

Browse files
committed
Add gcc builds
1 parent 6fca1f6 commit 649d0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tdlight-java/src/main/java/it/tdlight/util/Native.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private static Stream<String> getAllNormalizedArchitectures() {
9090
private static Stream<String> getNormalizedArchitectures(String os, String arch) {
9191
switch (os) {
9292
case "linux": {
93-
return Stream.of("linux_" + arch + "_ssl1", "linux_" + arch + "_ssl3");
93+
return Stream.of("linux_" + arch + "_ssl1", "linux_" + arch + "_ssl3", "linux_" + arch + "_gcc_ssl1", "linux_" + arch + "_gcc_ssl3");
9494
}
9595
case "windows": {
9696
return Stream.of("windows_" + arch);

0 commit comments

Comments
 (0)