bam: adding unix support.
This commit is contained in:
parent
6464838159
commit
1cfd4adca4
4 changed files with 55 additions and 23 deletions
|
|
@ -16,6 +16,10 @@ if TARGET_OS == "Win32" then
|
|||
|
||||
-- Windows needs to link against these.
|
||||
example_settings.link.libs:Add("opengl32", "gdi32", "user32")
|
||||
elseif TARGET_OS == "Unix" then
|
||||
|
||||
-- Unix nees dl and X11 libs.
|
||||
example_settings.link.libs:Add("dl", 'X11', 'freetype')
|
||||
end
|
||||
|
||||
-- For now, to get examples working
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue