Browse Source

Use older version of glibc on Linux

tags/v0.3.1
Andrew Belt 7 years ago
parent
commit
06350355cd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/main.cpp

+ 6
- 0
src/main.cpp View File

@@ -86,6 +86,12 @@ void fixCwd() {
#endif


#ifdef ARCH_LIN
// Tell Linux linker to request older version of glibc
__asm__(".symver realpath,realpath@GLIBC_2.2.5");
#endif


using namespace rack;

int main() {


Loading…
Cancel
Save