Add -fPIC to csharp unix build (#344)
This commit is contained in:
parent
7b500394f0
commit
485dcc25ea
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue