2
0
Эх сурвалжийг харах

gen_odin.py: add dl to linux system libraries

Andre Weissflog 3 жил өмнө
parent
commit
b3145d5ab7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      bindgen/gen_odin.py

+ 1 - 1
bindgen/gen_odin.py

@@ -45,7 +45,7 @@ system_libs = {
             'gl': '"system:Cocoa.framework","system:QuartzCore.framework","system:OpenGL.framework"',
         },
         'linux': {
-            'gl': '"system:X11", "system:Xi", "system:Xcursor", "system:GL"'
+            'gl': '"system:X11", "system:Xi", "system:Xcursor", "system:GL", "system:dl"'
         }
     },
     'saudio_': {