#!/usr/bin/env ruby
# frozen_string_literal: true

# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org>

# Hijack meson to run the strip target instead of the default install target.

p ['xxxxx', ARGV]

exec('/usr/bin/meson', *ARGV)
