mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Use new libtommath
This commit is contained in:
parent
ecb8c0388f
commit
6510a24550
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ INDENT_CMD = indent -linux -l80 -i2 -nut
|
||||||
# Libraries
|
# Libraries
|
||||||
CYC_RT_LIB = libcyclone.a
|
CYC_RT_LIB = libcyclone.a
|
||||||
CYC_BN_LIB = libcyclonebn.a
|
CYC_BN_LIB = libcyclonebn.a
|
||||||
CYC_BN_LIB_SUBDIR = third-party/libtommath-1.1.0
|
CYC_BN_LIB_SUBDIR = third-party/libtommath-1.2.0
|
||||||
CYC_LIBS = $(CYC_RT_LIB) $(CYC_BN_LIB)
|
CYC_LIBS = $(CYC_RT_LIB) $(CYC_BN_LIB)
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue