Skip to content

Commit 2357340

Browse files
committed
more specific include of local curl headers
1 parent f345855 commit 2357340

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: .github/workflows/build-linux.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
libopenal-dev \
2929
libfreetype6-dev \
3030
zip \
31+
libcurl4-openssl-dev \
32+
curl \
3133
rsync
32-
# remove until libcurl is updated:
33-
#libcurl4-openssl-dev \
34-
#curl \
3534
- name: make
3635
run: USE_RESTCLIENT=1 USE_INTERNAL_LUA=1 USE_CURL_DLOPEN=0 make -j
3736
- name: download paks

Diff for: src/client/cl_curl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ along with Tremulous; if not, see <https://www.gnu.org/licenses/>
2626
#define __QCURL_H__
2727

2828
#ifdef USE_LOCAL_HEADERS
29-
#include "curl/curl.h"
29+
#include "../libcurl-7.35.0/curl/curl.h"
3030
#else
3131
#include <curl/curl.h>
3232
#endif

0 commit comments

Comments
 (0)