This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Use older version of glibc on Linux
tags/v0.3.1
Andrew Belt
7 years ago
parent
f14cafc117
commit
06350355cd
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() {
Write
Preview
Loading…
Cancel
Save