mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-20 13:54:14 +01:00
Revert "Hacks to correct linking."
This reverts commit ef1cdc976784c3cded846309d8ab78f802b5ee46.
This commit is contained in:
parent
ef1cdc9767
commit
27cec07977
@ -348,8 +348,6 @@ 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,7 +114,5 @@ void operator delete(void * ptr) {
|
||||
void operator delete[](void * ptr) {
|
||||
free(ptr);
|
||||
}
|
||||
|
||||
void *__gxx_personality_v0;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user