Skip to content

Commit

Permalink
Makefile.win: skip TLS verification against SF
Browse files Browse the repository at this point in the history
It fails consistently when downloading from SourceForge.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Oct 24, 2023
1 parent bc6e171 commit 60e33b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CLIPS_SOURCE_URL = "https://sourceforge.net/projects/clipsrules/files/CLIPS/6.
all: clips_source clips clipspy

clips_source:
curl --output clips.zip --location --url $(CLIPS_SOURCE_URL)
curl --output clips.zip --location --insecure --url $(CLIPS_SOURCE_URL)
mkdir clips_source
tar -xf clips.zip -C clips_source --strip-components=1

Expand Down

0 comments on commit 60e33b7

Please sign in to comment.