Browse Source

Merge pull request #1312 from AlyssonOliveira/update_configuration_files

Update generated configuration files before run ./configure
pull/1912/head
native-api 5 years ago
committed by GitHub
parent
commit
debf1abd8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build View File

@ -805,7 +805,7 @@ build_package_standard() {
}
build_package_autoconf() {
{ autoconf
{ autoreconf
} >&4 2>&1
}

Loading…
Cancel
Save