aboutsummaryrefslogtreecommitdiff
path: root/include/lua_build.h
blob: 401a59132a0721c7bf091cb2e5736e4f7c994161 (plain)
1
2
3
4
5
6
#ifndef LUA_BUILD_H
#define LUA_BUILD_H

bool lua_build(const char *repository, const char *target, const char *path);

#endif