mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Update autogen.sh
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ compiler:
|
||||
- g++
|
||||
|
||||
install:
|
||||
- ./autogen.sh
|
||||
- ./autogen.sh -f
|
||||
- env CC=tcc CFLAGS='-w' CPPFLAGS="-DDEV_MODE=1" ./configure --prefix=/tmp --disable-dependency-tracking --disable-shared || cat config.log
|
||||
- make -j $(nproc) && make check && make install
|
||||
- env CC=tcc CPPFLAGS='-I/tmp/include' LDFLAGS='-L/tmp/lib' LD_LIBRARY_PATH='/tmp/lib' ./test/constcheck.sh
|
||||
|
||||
Reference in New Issue
Block a user