1
0
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:
Nicholas Hastings 2014-09-11 19:15:28 -04:00
parent ef1cdc9767
commit 27cec07977
2 changed files with 0 additions and 4 deletions

View File

@ -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()

View File

@ -114,7 +114,5 @@ void operator delete(void * ptr) {
void operator delete[](void * ptr) {
free(ptr);
}
void *__gxx_personality_v0;
#endif