Skip to content

Commit

Permalink
Add -fPIC to csharp unix build (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Aug 16, 2023
1 parent 7b50039 commit 485dcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/csharp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 485dcc2

Please sign in to comment.