Skip to content

Commit

Permalink
rebase; fixed libutil build; fixed libutil test; fixed libstore build.
Browse files Browse the repository at this point in the history
  • Loading branch information
polar committed Mar 23, 2024
1 parent c152c27 commit 4697601
Show file tree
Hide file tree
Showing 876 changed files with 17,593 additions and 3,914 deletions.
125 changes: 0 additions & 125 deletions Makefile

This file was deleted.

55 changes: 0 additions & 55 deletions Makefile.config.in

This file was deleted.

18 changes: 18 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#! /usr/bin/env bash

export PKG_CONFIG_PATH="/usr/lib/pkgconfig/;/lib/pkgconfig/;/usr/share/pkgconfig/"

# Delete existing buildfiles
#---------------------------------------------------
rm -rf build


# Call meson
#---------------------------------------------------
meson setup build -Dprefix="/usr"


# Build nix
#---------------------------------------------------
cd build
ninja
Loading

0 comments on commit 4697601

Please sign in to comment.