Add -fPIC to csharp unix build (#344)

This commit is contained in:
Justin Traglia 2023-08-16 13:21:54 -05:00 committed by GitHub
parent 7b500394f0
commit 485dcc25ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ else
BLST_BUILDSCRIPT = ./build.sh
BLST_OBJ = libblst.a
CLANG_EXECUTABLE = clang
CFLAGS += -fPIC
UNAME_S := $(shell uname -s)
UNAME_M := $(shell uname -m)