Commit 0c4898b2 authored by nanahira's avatar nanahira

remove lua premake wasm things

parent e24d31ea
Pipeline #39715 passed with stages
in 2 minutes and 27 seconds
project "lua" project "lua"
kind "StaticLib" kind "StaticLib"
compileas "C++" compileas "C++"
if WASM then
toolset "emcc"
end
files { "src/*.c", "src/*.h" } files { "src/*.c", "src/*.h" }
removefiles { "src/lua.c", "src/luac.c", "src/onelua.c" } removefiles { "src/lua.c", "src/luac.c", "src/onelua.c" }
......
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