summaryrefslogtreecommitdiff
path: root/tests/projects/rust/static_library/test.lua
blob: ba71889a5f933fd703efa46e80a3a3495474f89b (plain)
1
2
3
4
5
6
7
8
9
10
11
-- imports
import("...build")

-- main entry
function main()

    -- build project
    if os.host() == "macosx" then
        build()
    end
end