Skip to content

Commit 293dd28

Browse files
committed
Update premake5.lua
1 parent 539c6b6 commit 293dd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CreateWorkspace({name = "httpnet", abi_compatible = false})
2020
-- Can also define "abi_compatible", for project specific compatibility
2121
CreateProject({serverside = true, manual_files = false})
2222
-- Remove some or all of these includes if they're not needed
23-
--IncludeHelpersExtended()
23+
IncludeHelpersExtended()
2424
--IncludeLuaShared()
2525
IncludeSDKCommon()
2626
IncludeSDKTier0()

0 commit comments

Comments
 (0)