Explorar o código

Ensure libelf is linked on Linux build

nosoop %!s(int64=2) %!d(string=hai) anos
pai
achega
cbf8cd770d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AMBuildScript

+ 1 - 1
AMBuildScript

@@ -218,7 +218,7 @@ class MMSConfig(object):
         'POSIX',
         '_LINUX',
       ]
-      cxx.linkflags += ['-shared']
+      cxx.linkflags += ['-shared', '-lelf']
       if cxx.family == 'gcc':
         cxx.linkflags += ['-static-libgcc']
     elif builder.target.platform == 'mac':