From aafc738e394a6af699b4aa74f61c1863b30b67a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 4 Jan 2020 19:23:41 +0100
Subject: [PATCH] build fixed

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 1e88f52..cfb7ee8 100644
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ set -x
 set -e
 
 pip install yapf
-python compile_definitions.py
+python -m compile_definitions
 python setup.py bdist bdist_wheel
 
 if [ $TRAVIS_BRANCH == "master" ]; then
-- 
GitLab