Skip to content

Commit 8b6b404

Browse files
adjust
1 parent 2f7fc61 commit 8b6b404

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

nix/default.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,9 @@ in stdenv.mkDerivation rec {
7777
zip -r libwaku.aar *
7878
'' else ''
7979
# Include library
80-
mkdir -p $out/lib
80+
mkdir -p $out/lib -p $out/include
8181
cp -r build/* $out/lib
82-
83-
# Include headers
84-
mkdir -p $out/include
85-
cp ${src}/library/libsds.h $out/include/
82+
cp library/libsds.h $out/include/
8683
'';
8784

8885
meta = with pkgs.lib; {

0 commit comments

Comments
 (0)