File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ matrix:
1717 arch : ppc64le
1818 # Travis transient failures
1919 - os : osx
20- osx_image : xcode11.2
20+ osx_image : xcode11.3
2121
2222addons :
2323 apt :
@@ -42,7 +42,7 @@ addons:
4242 - lua5.3
4343
4444 homebrew :
45- update : true
45+ update : false
4646 packages :
4747 - libscrypt
4848 - lz4
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ endif
104104#
105105
106106ifeq ($(SYSNAME ) ,Darwin)
107- # FIXME/ XXX
107+ # XXX
108108CFLAGS+ = -I/usr/local/include
109- CFLAGS+ = -I/usr/local/Cellar /openssl@1.1/1.1.1d /include
110- LDFLAGS+ = -L/usr/local/Cellar /openssl@1.1/1.1.1d /lib
109+ CFLAGS+ = -I/usr/local/opt /openssl@1.1/include
110+ LDFLAGS+ = -L/usr/local/opt /openssl@1.1/lib
111111endif
112112
113113ifeq ($(SYSNAME ) ,NetBSD)
@@ -214,7 +214,7 @@ ifeq ($(MAKECMDGOALS),lib)
214214CFLAGS+ = -fPIC
215215CFLAGS+ = $(shell pkg-config --cflags lua5.3)
216216# Override the LDFLAGS
217- LDFLAGS = -L/usr/local/Cellar /openssl@1.1/1.1.1d /lib
217+ LDFLAGS = -L/usr/local/opt /openssl@1.1/lib
218218LDFLAGS+ = $(shell pkg-config --cflags --libs lua5.3)
219219LDFLAGS+ = -lssl -lcrypto -lscrypt
220220endif
You can’t perform that action at this time.
0 commit comments