mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Hacks to correct linking.
This commit is contained in:
parent
e7d277e45b
commit
5926f92c54
@ -348,6 +348,8 @@ class MMSConfig(object):
|
||||
linker = make_linker(source_path, output_path)
|
||||
binary.compiler.linkflags[0:0] = [binary.Dep(library, linker)]
|
||||
|
||||
binary.compiler.linkflags[0:0] = ['-Wl,--no-as-needed']
|
||||
|
||||
return binary
|
||||
|
||||
MMS = MMSConfig()
|
||||
|
||||
@ -114,5 +114,7 @@ void operator delete(void * ptr) {
|
||||
void operator delete[](void * ptr) {
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
void *__gxx_personality_v0;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user