Skip to content

Commit 6e79f19

Browse files
committed
Fix building libxml2 Python module for 3.x
1 parent e68ac78 commit 6e79f19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

usr/bin/jhb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ source "$SRC_DIR"/jhb/jhbuild.sh
3333

3434
### variables ##################################################################
3535

36-
# shellcheck disable=SC2034 # export not desired
37-
PYTHON=$BIN_DIR/python3 # required for libxml2
36+
export PYTHON=$BIN_DIR/python3 # required for libxml2
3837

3938
### functions ##################################################################
4039

0 commit comments

Comments
 (0)