From ce2b59436a6d61e0e1d93f133168c37fb8ed105b Mon Sep 17 00:00:00 2001 From: Bruno Bord Date: Wed, 13 May 2015 14:50:03 +0200 Subject: [PATCH] create python.exe file, needed to make sure it's available after compilation --- bin/p | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/p b/bin/p index 0126560..593a8e2 100755 --- a/bin/p +++ b/bin/p @@ -416,6 +416,7 @@ install() { log compile $version make &> /dev/null + ln -sf python python.exe if [ ! -f "python.exe" ]; then abort "Unable to compile Python $version!"