crypto++: adding shared object target
We only built the static library, before.
This commit is contained in:
parent
8e023d1751
commit
f004ddc7cf
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
# I add what 'enableParallelBuilding' would add to the make call,
|
# I add what 'enableParallelBuilding' would add to the make call,
|
||||||
# if we were using the generic build phase.
|
# if we were using the generic build phase.
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
make PREFIX="$out" all -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
|
make PREFIX="$out" all libcryptopp.so -j$NIX_BUILD_CORES -l$NIX_BUILD_CORES
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# TODO: Installing cryptotest.exe doesn't seem to be necessary. We run
|
# TODO: Installing cryptotest.exe doesn't seem to be necessary. We run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user