mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
fix mode of test
This commit is contained in:
parent
e0476a74f0
commit
c9bed5ff30
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ifeq ($(shell uname -m),x86_64)
|
|||
BIT=64
|
||||
endif
|
||||
|
||||
ifneq ($(MODE_BIT),64)
|
||||
ifeq ($(MODE_BIT),64)
|
||||
TARGET += jmp64 address64
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue