location of new libtommath.a has changed
This commit is contained in:
parent
8c90cba6f6
commit
f94ee4a5a7
@ -2,7 +2,7 @@ language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/libtommath.a"
|
||||
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtommath.a"
|
||||
env:
|
||||
- |
|
||||
BUILDSCRIPT="check_source.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user