We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ae67e commit 5a29d2fCopy full SHA for 5a29d2f
license.txt
@@ -2,7 +2,7 @@ garrysmod_common
2
A repository of common bits for compilation projects based on Garry's
3
Mod.
4
-----------------------------------------------------------------------
5
-Copyright (c) 2015-2022, Daniel Almeida
+Copyright (c) 2015-2023, Daniel Almeida
6
All rights reserved.
7
8
Redistribution and use in source and binary forms, with or without
lua_shared/premake5.lua
@@ -12,6 +12,7 @@ function IncludeLuaShared()
12
13
if refcount == 1 then
14
dofile(current_dir .. "/premake5_create_project.lua")
15
- project(_project.name)
16
end
+
17
+ project(_project.name)
18
0 commit comments