Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
  • Loading branch information
Revolyssup committed Nov 9, 2023
1 parent b3c5c67 commit 13e4fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ ENV_NGINX_EXEC := $(shell command -v openresty 2>/dev/null || command -v
ENV_OPENSSL_PREFIX ?= /usr/local/openssl
ENV_OPENSSL_PREFIX := /usr/local/openssl
ifeq ($(wildcard $(ENV_OPENSSL_PREFIX)/lib),)
OPENSSL_LIB_DIR := $(ENV_OPENSSL_PREFIX)/lib64 #When /lib doesn't exist
OPENSSL_LIB_DIR := $(ENV_OPENSSL_PREFIX)/lib64 #When /lib doesn't exist
else
OPENSSL_LIB_DIR := $(ENV_OPENSSL_PREFIX)/lib
OPENSSL_LIB_DIR := $(ENV_OPENSSL_PREFIX)/lib
endif
ENV_LUAROCKS ?= luarocks
## These variables can be injected by luarocks
Expand Down

0 comments on commit 13e4fa3

Please sign in to comment.