Skip to content

Commit ffddbfb

Browse files
committed
Enable -fPIC for bindings
Signed-off-by: Lukas Burgholzer <[email protected]>
1 parent a486839 commit ffddbfb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

extern/qfr

Submodule qfr updated from 92c82dc to be35b7b

jkq/qcec/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pybind11_add_module(py${PROJECT_NAME} bindings.cpp)
22
target_link_libraries(py${PROJECT_NAME} PUBLIC ${PROJECT_NAME} JKQ::pyqfr pybind11_json)
3+
set_target_properties(${PROJECT_NAME} PROPERTIES POSITION_INDEPENDENT_CODE TRUE)

0 commit comments

Comments
 (0)