diff options
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -591,9 +591,9 @@ endif endif endif -ifneq ($(PYTHON_AVAILABLE),python) -$(error Python is not available in path) -endif +#ifneq ($(PYTHON_AVAILABLE),python) +#$(error Python is not available in path) +#endif GENIE := 3rdparty/genie/bin/$(GENIEOS)/genie$(EXE) |