aboutsummaryrefslogtreecommitdiff
path: root/mesonconf
diff options
context:
space:
mode:
Diffstat (limited to 'mesonconf')
-rwxr-xr-xmesonconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonconf b/mesonconf
index 3b5b5e9..2b0a1a6 100755
--- a/mesonconf
+++ b/mesonconf
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from meson import mconf
+from mesonbuild import mconf
import sys
sys.exit(mconf.run(sys.argv[1:]))