/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/ThirdPartyLibs/lua-5.2.3/premake4.lua
30 строк
414 B
Erwin Coumans
fix premake build for linux, thanks to @consultit
10 фев 2018, 05:46
10 фев 2018, 05:46
508550c
Код
Авторство
О чём код?
project "lua-5.2.3" kind "StaticLib" --flags {} defines { "LUA_COMPAT_ALL"} if os.is("Linux") then defines {"LUA_USE_LINUX"} end if os.is("MacOSX") then defines {"LUA_USE_MACOSX"} end targetdir "../../../lib" includedirs { "src" } if os.is("Linux") then buildoptions{"-fPIC"} end files { "src/*.c", "src/*.h" } include "lua_compiler" include "lua_standalone"