mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
fix compile for 64-bit linux
This commit is contained in:
parent
401bfb2a24
commit
e30c0588f8
@ -35,7 +35,7 @@ security_manager: ${CORE_OBJ} ${COMMON_OBJ} security_manager.c
|
||||
${CC} ${CORE_OBJ} ${COMMON_OBJ} security_manager.c ${CFLAGS} ${LDFLAGS} -o $@
|
||||
|
||||
aestest: aestest.c rijndael.c
|
||||
${CC} ${CFLAGS} -m32 rijndael.c aestest.c -o $@
|
||||
${CC} ${CFLAGS} rijndael.c aestest.c -o $@
|
||||
|
||||
test: all
|
||||
./security_manager
|
||||
|
Loading…
x
Reference in New Issue
Block a user