Skip to content

Commit 055752b

Browse files
author
G_Moris
committed
Update Discord RPC and Tinygettext
1 parent 33981ff commit 055752b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

vendor/discord-rpc/premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ project "discord-rpc"
33
language "C++"
44
kind "StaticLib"
55

6+
cppdialect "C++20"
7+
68
includedirs {
79
"discord/include",
810
"discord/thirdparty/rapidjson/include"

vendor/tinygettext/premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ project "tinygettext"
33
kind "StaticLib"
44
targetname "tinygettext"
55

6+
cppdialect "C++20"
7+
68
includedirs {
79
"../../Shared/sdk",
810
".",

0 commit comments

Comments
 (0)