Fix build break for X64
Former-commit-id: 76590fdce3ccf7bf3124832f6034c31caf7a8269
This commit is contained in:
parent
7f74e0409f
commit
9a16678a7d
@ -87,7 +87,7 @@ endif
|
|||||||
ifneq (,$(filter aarch64 armv,$(uname_M)))
|
ifneq (,$(filter aarch64 armv,$(uname_M)))
|
||||||
LICENSE_LIB_DIR=../deps/license/arm64/
|
LICENSE_LIB_DIR=../deps/license/arm64/
|
||||||
else
|
else
|
||||||
LICENSE_LIB_DIR=../deps/licese/x64/
|
LICENSE_LIB_DIR=../deps/license/x64/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Backwards compatibility for selecting an allocator
|
# Backwards compatibility for selecting an allocator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user