Skip to content

Commit 2380042

Browse files
committed
Update curl
1 parent abc448f commit 2380042

19 files changed

Lines changed: 3303 additions & 2742 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ NDIR=$(MOUNT_DIR)/null
275275
UIDIR=$(MOUNT_DIR)/ui
276276
Q3UIDIR=$(MOUNT_DIR)/q3_ui
277277
JPDIR=$(MOUNT_DIR)/jpeg-9f
278+
CURLDIR=$(MOUNT_DIR)/curl-8.15.0
278279
OGGDIR=$(MOUNT_DIR)/libogg-1.3.6
279280
VORBISDIR=$(MOUNT_DIR)/libvorbis-1.3.7
280281
OPUSDIR=$(MOUNT_DIR)/opus-1.5.2
@@ -328,6 +329,10 @@ else
328329
OPENAL_LIBS ?= -lopenal
329330
endif
330331

332+
ifeq ($(USE_LOCAL_HEADERS),1)
333+
CURL_CFLAGS+=-I$(CURLDIR)/include
334+
endif
335+
331336
# Use sdl2-config if all else fails
332337
ifeq ($(SDL_CFLAGS),)
333338
ifneq ($(call bin_path, sdl2-config),)

code/curl-7.54.0/include/README

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)