From 9a16678a7de6a8c8e3e05e0072c9ad77e91fcde7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 12 Jan 2020 01:28:30 -0500 Subject: [PATCH] Fix build break for X64 Former-commit-id: 76590fdce3ccf7bf3124832f6034c31caf7a8269 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index d459ac67c..87067b400 100644 --- a/src/Makefile +++ b/src/Makefile @@ -87,7 +87,7 @@ endif ifneq (,$(filter aarch64 armv,$(uname_M))) LICENSE_LIB_DIR=../deps/license/arm64/ else - LICENSE_LIB_DIR=../deps/licese/x64/ + LICENSE_LIB_DIR=../deps/license/x64/ endif # Backwards compatibility for selecting an allocator