dyncall: Fixed -fPIC warnings on windows and CXX requirement
Fixes #159.
This commit is contained in:
parent
ba2c09e192
commit
6d5fe5a6e1
2 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ cr_add_subproject (csptr PATH dependencies/libcsptr
|
|||
|
||||
cr_add_subproject (dyncall_s PATH dependencies/dyncall
|
||||
OPTS
|
||||
-DLANG_CXX=${LANG_CXX}
|
||||
"-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} ${PIC_C_FLAGS} ${VISI_C_FLAGS}"
|
||||
CMAKE IF THEORIES)
|
||||
|
||||
|
|
2
dependencies/dyncall
vendored
2
dependencies/dyncall
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 180a5b77ff95a17991afdc6e9be3501eca99ad36
|
||||
Subproject commit 51e79a84fd91881d7424b28271c6dda4e0d97c11
|
Loading…
Add table
Reference in a new issue