Skip to content

Commit cb9cf08

Browse files
committed
wip
1 parent 4d49d8a commit cb9cf08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/linux/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ROOT = $(realpath ../../)
66

77
BUILD_DIR = $(CUR_DIR)/build
88

9-
CURL_IMPERSONATE_VERSION = v1.5.1
9+
CURL_IMPERSONATE_VERSION = v2.0.0a1
1010
ifeq ($(ARCH),x64)
1111
CURL_ARCH := x86_64
1212
else ifeq ($(ARCH),arm64)
@@ -58,7 +58,7 @@ build:
5858
# copy dependency artifacts to stalker-gamma-cli
5959
mkdir $(STALKER_RESOURCES_DIR)
6060
curl -Lo $(STALKER_GAMMA_BUILD_DIR)/cacert.pem "https://curl.se/ca/cacert.pem"
61-
cp $(CURL_BUILD_DIR)/libcurl-impersonate.4.8.0.so $(STALKER_GAMMA_BUILD_DIR)/libcurl-impersonate.so
61+
cp $(CURL_BUILD_DIR)/libcurl-impersonate.so.4.8.0 $(STALKER_GAMMA_BUILD_DIR)/libcurl-impersonate.so
6262
cp $(7Z_BUILD_DIR)/7zz $(STALKER_RESOURCES_DIR)/
6363
cp $(CUR_DIR)/README.md $(STALKER_GAMMA_BUILD_DIR)/
6464

0 commit comments

Comments
 (0)