Skip to content

Commit

Permalink
how did that happen
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie committed Nov 17, 2023
1 parent 21b21d7 commit 8d8c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.third
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ $(OUTPUT_DIR)/zsync2: $(THIRDPARTY_DIR)/zsync2/*.*
install -d $(ZSYNC2_BUILD_DIR)
cd $(ZSYNC2_BUILD_DIR) && \
$(CMAKE) $(CMAKE_FLAGS) \
-DCPPFLAGS='$(CPPFLAGS) -I$(ZLIB_DIR)/include -I$(OPENSSL_DIR)/includeg' \
-DCPPFLAGS='$(CPPFLAGS) -I$(ZLIB_DIR)/include -I$(OPENSSL_DIR)/include' \
-DCFLAGS='$(CFLAGS)' \
-DCXXFLAGS='$(CXXFLAGS)' \
-DLDFLAGS='$(LDFLAGS) -L$(CURL_DIR)/lib -L$(OPENSSL_DIR) -lssl -lcrypto' \
Expand Down

0 comments on commit 8d8c118

Please sign in to comment.