Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/premake.c')
-rwxr-xr-xsrc/host/premake.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/premake.c b/src/host/premake.c
index 6f9cc6d..31bb694 100755
--- a/src/host/premake.c
+++ b/src/host/premake.c
@@ -81,6 +81,9 @@ static const luaL_Reg os_functions[] = {
{ "rmdir", os_rmdir },
{ "stat", os_stat },
{ "uuid", os_uuid },
+#ifdef USE_KECCAK
+ { "str2uuid", os_str2uuid },
+#endif
{ NULL, NULL }
};