Skip to content

talloc: remove python bindings #2306

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions talloc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION talloc-2.1.13-1
# BEE_VERSION talloc-2.1.13-2

BEE_BUILDTYPE=autotools

Expand All @@ -23,7 +23,9 @@ build_in_sourcedir

mee_configure() {
. $(python2-config --prefix)/profile
bee_configure

bee_configure \
--disable-python
}

#mee_build() {
Expand Down