Skip to content

Commit

Permalink
Update curl path in client core project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Nov 22, 2023
1 parent dc3f322 commit 9e24a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Client/core/CCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <SharedUtil.Detours.h>
#include <ServerBrowser/CServerCache.h>
#include "CDiscordRichPresence.h"
#include <curl/include/curl/curl.h>
#include <curl/curl.h>

using SharedUtil::CalcMTASAPath;
using namespace std;
Expand Down
1 change: 1 addition & 0 deletions Client/core/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ project "Client Core"
"../../vendor/sparsehash/src/",
"../../vendor/detours/4.0.1/src",
"../../vendor/discord-rpc/discord/include",
"../../vendor/curl/include",
}

pchheader "StdInc.h"
Expand Down

0 comments on commit 9e24a06

Please sign in to comment.