mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
bedrock: Change build to use "src native"
This commit is contained in:
parent
725005b89f
commit
7d4b5d04c8
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
||||
buildPhase = ''
|
||||
make -j$NIX_BUILD_CORES -C src/reification
|
||||
make -j$NIX_BUILD_CORES -C src
|
||||
make -j$NIX_BUILD_CORES -C src native
|
||||
# make -j$NIX_BUILD_CORES -C platform
|
||||
# make -j$NIX_BUILD_CORES -C platform -f Makefile.cito
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user