mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 982055 - Allow option to overwrite BUILD_HOSTNAME. r=ted
This commit is contained in:
parent
fe71785dfc
commit
a00ce0a7d6
@ -23,5 +23,7 @@ else ifneq (,$(strip $(source_repo)))
|
||||
DEFINES += -DSOURCE_GIT_COMMIT='$(source_repo)'
|
||||
endif
|
||||
|
||||
BUILD_HOSTNAME = $(shell hostname -s || hostname)
|
||||
ifndef BUILD_HOSTNAME
|
||||
BUILD_HOSTNAME = $(shell hostname -s || hostname)
|
||||
endif
|
||||
DEFINES += -DBUILD_HOSTNAME='$(BUILD_HOSTNAME)'
|
||||
|
Loading…
Reference in New Issue
Block a user