Force Ruby 32 target

This commit is contained in:
inference 2023-10-14 19:58:05 +01:00
parent 8ab369f1b9
commit dda7a9252c
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -4,7 +4,7 @@
# Copyright 2022 Jake Winters # Copyright 2022 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Version: 16.0.0-alpha.11+55 # Version: 16.0.0-alpha.12+56
# System # System
@ -57,3 +57,5 @@ ABI_X86="64"
LLVM_TARGETS="X86" LLVM_TARGETS="X86"
## Python target flags ## Python target flags
PYTHON_TARGETS="python3_12" PYTHON_TARGETS="python3_12"
## Ruby target flags
RUBY_TARGETS="ruby32"