summaryrefslogtreecommitdiffstats
path: root/testing/wxformbuilder/libdl.patch
blob: 41aa10e383ccd75bcc9c38201bcc012c1e7e8556 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/premake.lua.orig
+++ ./src/premake.lua
@@ -58,7 +58,7 @@
 	package.libpaths = { "../output/lib/wxformbuilder", "../sdk/lib" }
 end
 -- Set the libraries it links to.
-package.links = { "wxFlatNotebook", "wxPropGrid", "wxScintilla", "TiCPP", "plugin-interface" }
+package.links = { "wxFlatNotebook", "wxPropGrid", "wxScintilla", "TiCPP", "plugin-interface", "dl" }
 
 -- Add libraries and build options for stack trace in MinGW
 if ( windows and ( (string.find( target or "", ".*-gcc" )) or (target == "gnu") ) ) then