mirror of
https://github.com/herumi/xbyak
synced 2024-11-21 16:09:11 -07:00
add detect_x32 to TARGET
This commit is contained in:
parent
8c64bbbc31
commit
3b83aab3e4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
TARGET = make_nm normalize_prefix bad_address misc cvt_test cvt_test32 noexception misc32
|
||||
TARGET = make_nm normalize_prefix bad_address misc cvt_test cvt_test32 noexception misc32 detect_x32
|
||||
XBYAK_INC=../xbyak/xbyak.h
|
||||
UNAME_S=$(shell uname -s)
|
||||
ifeq ($(shell ./detect_x32),x32)
|
||||
|
|
Loading…
Reference in a new issue