Fixed godo bin path in makefile

pull/99/head
QuentinCaffeino 2018-02-22 23:20:25 +01:00
parent 55ce1da2dc
commit 38cfd627f3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ HEADERS = ../godot_headers
TARGET = debug TARGET = debug
NAME = godot-cpp 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 LINUX = $(BASE) p=linux
WINDOWS = $(BASE) p=windows WINDOWS = $(BASE) p=windows
OSX = $(BASE) p=osx OSX = $(BASE) p=osx