Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: remove NODE_USE_OPENSSL variable
  • Loading branch information
danbev committed Jun 15, 2018
commit 030a1ee530e0d257a7cc098a46376d746ed9e253
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ GTEST_FILTER ?= "*"
GNUMAKEFLAGS += --no-print-directory
GCOV ?= gcov
PWD = $(CURDIR)
NODE_USE_OPENSSL ?= true

ifdef JOBS
PARALLEL_ARGS = -j $(JOBS)
Expand Down
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,6 @@ config = {
'BUILDTYPE': 'Debug' if options.debug else 'Release',
'PYTHON': sys.executable,
'NODE_TARGET_TYPE': variables['node_target_type'],
'NODE_USE_OPENSSL': variables['node_use_openssl'],
}

if options.prefix:
Expand Down