Fixed another build issue.

This commit is contained in:
David Anderson 2009-01-08 02:38:31 -05:00
parent 4a0f639e89
commit 14e409adb4

View File

@ -99,6 +99,8 @@ endif
ifeq "$(USEMETA)" "true"
BIN_DIR := $(BIN_DIR).$(ENGINE)
else
BIN_DIR := $(BIN_DIR).original
endif
OS := $(shell uname -s)