瀏覽代碼

gen_odin.py: add dl to linux system libraries

Andre Weissflog 3 年之前
父節點
當前提交
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_': {