[go: up one dir, main page]

Skip to content

Commit

Permalink
removed IS_XX check for tokyocabinet
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Szabo committed Nov 7, 2016
1 parent 59a42ec commit a9435cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ old_run_mkzip() {
}

patchpythontokyocabinet() {
test "$IS_XX" || return 0
test "$USE_TC" || return 0
( cd "$BUILDDIR" || return "$?"
rm -rf python-tokyocabinet-* tokyocabinet.dir Lib/tokyocabinet Modules/tokyocabinet || return "$?"
Expand Down

0 comments on commit a9435cc

Please sign in to comment.