Skip to content

Commit

Permalink
python-bindings: Small Makefile adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Feb 8, 2023
1 parent 619109d commit f1eba79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ clean-files += $(pythonbuild)

$(pythonbuild): src/libexpr/nix-expr.pc $(nixexpr_PATH) src/libmain/nix-main.pc $(nixmain_PATH)
rm -rf $(pythonbuild)
PKG_CONFIG_PATH=$(libdir)/pkgconfig:$$PKG_CONFIG_PATH meson setup $(pythonbuild) python
touch $(pythonbuild)
PKG_CONFIG_PATH=$(libdir)/pkgconfig:$$PKG_CONFIG_PATH meson setup $(pythonbuild) python && touch $(pythonbuild)

0 comments on commit f1eba79

Please sign in to comment.