Rename pakrd.a to libpakrd.a
This commit is contained in:
parent
f8f08c7473
commit
db4df86756
4
compile
4
compile
@ -74,13 +74,13 @@ done
|
|||||||
if [[ $BUILD_TYPE == "debug" ]]; then
|
if [[ $BUILD_TYPE == "debug" ]]; then
|
||||||
CFLAGS+="-g "
|
CFLAGS+="-g "
|
||||||
PCKR_OUT="pckr"
|
PCKR_OUT="pckr"
|
||||||
PAKRD_OUT="pakrd.a"
|
PAKRD_OUT="libpakrd.a"
|
||||||
else
|
else
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp ./include/pak.h dist
|
cp ./include/pak.h dist
|
||||||
CFLAGS+="-O3 "
|
CFLAGS+="-O3 "
|
||||||
PCKR_OUT="dist/pckr"
|
PCKR_OUT="dist/pckr"
|
||||||
PAKRD_OUT="dist/pakrd.a"
|
PAKRD_OUT="dist/libpakrd.a"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user