Move path to path.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s
This commit is contained in:
parent
8f26443640
commit
d666e3e80e
|
@ -5,10 +5,10 @@
|
|||
# Setup default tools paths
|
||||
PATH_SDCC ?= /usr/bin
|
||||
PATH_OPENMSX ?= /usr/bin
|
||||
|
||||
# Fill other defaults
|
||||
PATH_MSXBUILD ?= $(dir $(lastword $(MAKEFILE_LIST)))../..
|
||||
PATH_MSXBUILD_REAL := $(if $(realpath $(PATH_MSXBUILD)),$(realpath $(PATH_MSXBUILD)),$(PATH_MSXBUILD))
|
||||
|
||||
# Fill other defaults
|
||||
MB_FLIGHT_SCREEN ?= off
|
||||
MB_FLIGHT_VIDEO ?= off
|
||||
MB_FLIGHT_PREFIX ?= msxbuild
|
||||
|
|
Loading…
Reference in a new issue