Commit 6ec0d4fe authored by Julien Muchembled's avatar Julien Muchembled Committed by Arnaud Fontaine

ninja: make sure it's built using SlapOS Python

parent 68c3ea5e
[buildout] [buildout]
extends =
../defaults.cfg
parts = parts =
ninja ninja
...@@ -8,8 +10,8 @@ shared = true ...@@ -8,8 +10,8 @@ shared = true
version = 1.10.2 version = 1.10.2
url = https://github.com/ninja-build/ninja/archive/refs/tags/v${:version}.tar.gz url = https://github.com/ninja-build/ninja/archive/refs/tags/v${:version}.tar.gz
md5sum = 639f75bc2e3b19ab893eaf2c810d4eb4 md5sum = 639f75bc2e3b19ab893eaf2c810d4eb4
configure-command = ./configure.py configure-command = ${python:executable} configure.py
configure-options = --bootstrap configure-options = --bootstrap --verbose
make-binary = true make-binary = true
post-install = post-install =
set %(location)s/bin set %(location)s/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment