mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8759] Fix for Intel TBB library aka 'Cannot open "../../dep/tbb/libtbbmalloc.so"'. Thanks to ApoC, ghostpast and me :P
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
f98ccc3b6b
commit
64baf661f5
3 changed files with 5 additions and 7 deletions
|
|
@ -43,10 +43,9 @@ mangos_worldd_LDADD = \
|
|||
../shared/vmap/libmangosvmaps.a \
|
||||
../framework/libmangosframework.a \
|
||||
../../dep/src/sockets/libmangossockets.a \
|
||||
../../dep/src/g3dlite/libg3dlite.a \
|
||||
../../dep/tbb/libtbbmalloc.so
|
||||
../../dep/src/g3dlite/libg3dlite.a
|
||||
|
||||
mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../bindings/universal/ -L../../dep/tbb -L$(libdir) $(MANGOS_LIBS) -export-dynamic
|
||||
mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../bindings/universal/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# Include world daemon configuration
|
||||
|
|
|
|||
|
|
@ -36,10 +36,9 @@ mangos_realmd_LDADD = \
|
|||
../shared/Auth/libmangosauth.a \
|
||||
../shared/libmangosshared.a \
|
||||
../framework/libmangosframework.a \
|
||||
../../dep/src/sockets/libmangossockets.a \
|
||||
../../dep/tbb/libtbbmalloc.so
|
||||
../../dep/src/sockets/libmangossockets.a
|
||||
|
||||
mangos_realmd_LDFLAGS = -L../../dep/src/sockets -L../../dep/tbb -L$(libdir) $(MANGOS_LIBS)
|
||||
mangos_realmd_LDFLAGS = -L../../dep/src/sockets -L$(libdir) $(MANGOS_LIBS)
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# Include realm list daemon configuration
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8758"
|
||||
#define REVISION_NR "8759"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue