mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[11199] Resolve scripting library load problem at FreeBSD with cmake
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
35c89b68e7
commit
07734bafd4
2 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ endif()
|
||||||
set(EXECUTABLE_LINK_FLAGS "")
|
set(EXECUTABLE_LINK_FLAGS "")
|
||||||
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
set(EXECUTABLE_LINK_FLAGS "-pthread ${EXECUTABLE_LINK_FLAGS}")
|
set(EXECUTABLE_LINK_FLAGS "-pthread ${EXECUTABLE_LINK_FLAGS} -rdynamic")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11198"
|
#define REVISION_NR "11199"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue