Merge pull request #349 from markwkidd/patch-2

default BUILD_BIN2C to disabled
This commit is contained in:
Twinaphex 2018-03-25 19:28:33 +02:00 committed by GitHub
commit c886f6a2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ DEBUGGER=0
SPLIT_UP_LINK=0
CORE_DIR := src
TARGET_NAME := mame2003
BUILD_BIN2C ?= 1
BUILD_BIN2C ?= 0
GIT_VERSION ?= " $(shell git rev-parse --short HEAD || echo unknown)"
ifneq ($(GIT_VERSION)," unknown")