Fix wraptool.

This commit is contained in:
Jussi Pakkanen 2016-01-16 23:56:45 +02:00
parent eda57f887a
commit 7492724655
2 changed files with 3 additions and 3 deletions

View File

@ -56,5 +56,5 @@ setup(name='meson',
],
long_description='''Meson is a cross-platform build system designed to be both as
fast and as user friendly as possible. It supports many languages and compilers, including
Gcc, clang and Visual Studio. Its build definitions are written in a simple non-turing
GCC, Clang and Visual Studio. Its build definitions are written in a simple non-turing
complete DSL.''')

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from meson.wrap import wraptool
from mesonbuild.wrap import wraptool
import sys
sys.exit(wraptool.run(sys.argv[1:]))
sys.exit(wraptool.run(sys.argv[1:]))