mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #807 from jin-eld/fix-nacl-builds
Disabled shared lib when building vs. nacl library
This commit is contained in:
commit
f85d5e512d
@ -62,6 +62,7 @@ AC_ARG_ENABLE([nacl],
|
||||
WANT_NACL="no"
|
||||
elif test "x$enableval" = "xyes"; then
|
||||
WANT_NACL="yes"
|
||||
AC_DISABLE_SHARED
|
||||
fi
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user