Selaa lähdekoodia

Ensure libelf is linked on Linux build

nosoop 2 vuotta sitten
vanhempi
commit
cbf8cd770d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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':