I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 56a67729 authored by kytv's avatar kytv
Browse files

Fix compilation with gmp 5.0.1

parent 0c81d519
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,6 @@ fi
echo "Compiling C code..."
rm -f jbigi.o $LIBFILE
$CC -c $COMPILEFLAGS $INCLUDES ../../jbigi/src/jbigi.c || exit 1
$CC $LINKFLAGS $INCLUDES $INCLUDELIBS -o $LIBFILE jbigi.o $STATICLIBS || exit 1
$CC $LINKFLAGS $INCLUDES -o $LIBFILE jbigi.o $INCLUDELIBS $STATICLIBS || exit 1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment