summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/host/premake.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/src/host/premake.c')
-rw-r--r--3rdparty/genie/src/host/premake.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/3rdparty/genie/src/host/premake.c b/3rdparty/genie/src/host/premake.c
index 1315ce410f9..037f7707fb4 100644
--- a/3rdparty/genie/src/host/premake.c
+++ b/3rdparty/genie/src/host/premake.c
@@ -39,7 +39,9 @@ extern const char* builtin_scripts[];
/* Built-in functions */
static const luaL_Reg path_functions[] = {
- { "isabsolute", path_isabsolute },
+ { "isabsolute", path_isabsolute },
+ { "getabsolute", path_getabsolute },
+ { "getrelative", path_getrelative },
{ NULL, NULL }
};