From 38cfd627f394862bf09ce9c44bc270f3b230ad98 Mon Sep 17 00:00:00 2001 From: QuentinCaffeino Date: Thu, 22 Feb 2018 23:20:25 +0100 Subject: [PATCH] Fixed godo bin path in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3285edc..976f0022 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ HEADERS = ../godot_headers TARGET = debug NAME = godot-cpp -BASE = scons n=$(NAME) generate_bindings=yes target=$(TARGET) headers=$(HEADERS) godotbinpath=godot -j4 +BASE = scons n=$(NAME) generate_bindings=yes target=$(TARGET) headers=$(HEADERS) godotbinpath=$(GODOT_BIN_PATH) -j4 LINUX = $(BASE) p=linux WINDOWS = $(BASE) p=windows OSX = $(BASE) p=osx