[BUG] api-test does not apply portable BLST flags on Apple Silicon #1537
bug
Description
On Apple Silicon, scripts/blst-portable.mk sets:
but the api-test target does not apply BLST_PORTABLE_CGO_CFLAGS.
As a result, BLST-dependent packages fail with:
Environment
Reproduction
Proposed fix
Apply the existing portable BLST flags when BLST_PORTABLE=1:
Verification
After the change:
I have a minimal Makefile patch ready.
🔄 Auto-synced from Issue #1537 every hour.