Commit 27d7a668 authored by nanahira's avatar nanahira

format

parent b374b6b1
...@@ -93,17 +93,17 @@ end ...@@ -93,17 +93,17 @@ end
include "gframe" include "gframe"
if os.ishost("windows") then if os.ishost("windows") then
include "lua" include "lua"
include "event" include "event"
include "freetype" include "freetype"
include "irrlicht" include "irrlicht"
include "sqlite3" include "sqlite3"
end end
if os.ishost("linux") then if os.ishost("linux") then
include "irrlicht_linux" include "irrlicht_linux"
end end
if os.ishost("macosx") or BUILD_LUA then if os.ishost("macosx") or BUILD_LUA then
include "lua" include "lua"
end end
if USE_IRRKLANG then if USE_IRRKLANG then
include "ikpmp3" include "ikpmp3"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment