mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
added comment to magic code in CMakeLists.txt
This part has been added in
67ac9138ab
Took the commit message to provide a comment in the file.
This commit is contained in:
parent
20be9a8c5b
commit
31eaffe44b
|
@ -610,6 +610,11 @@ endif()
|
||||||
#
|
#
|
||||||
# :: Strict ABI
|
# :: Strict ABI
|
||||||
#
|
#
|
||||||
|
# Enabling the STRICT_ABI flag will generate and use an LD version script.
|
||||||
|
# It ensures that the dynamic libraries (libtoxcore.so, libtoxav.so) only
|
||||||
|
# export the symbols that are defined in their public API (tox.h and toxav.h,
|
||||||
|
# respectively).
|
||||||
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
function(make_version_script header ns lib)
|
function(make_version_script header ns lib)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user