1
Fork 0

use 2.19 again; 2.28 doesn't help

This commit is contained in:
Motiejus Jakštys 2021-07-21 17:07:14 +03:00
parent 9152ce8216
commit ebfabb6d0f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ TARGET_CONFIGS_LISTOFLISTS = [[
struct(
gotarget = "linux_{}_gnu".format(gocpu),
zigtarget = "{}-linux-gnu".format(zigcpu),
target_suffix = ".2.28", # use 2.19 for jessie.
target_suffix = ".2.19", # use 2.19 for jessie.
includes = [
"libunwind/include",
"libc/include/generic-glibc",