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