mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 11:11:37 +00:00
Make debian/rules set --build instead of --host, to shut configure up.
This commit is contained in:
parent
dd47617c57
commit
6bb4998d60
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -29,7 +29,7 @@ tmp := debian/tmp
|
|||
ifeq ($(DEB_BUILD_GNU_TYPE),)
|
||||
RETARGET=
|
||||
else
|
||||
RETARGET= --host=$(DEB_BUILD_GNU_TYPE)
|
||||
RETARGET= --build=$(DEB_BUILD_GNU_TYPE)
|
||||
endif
|
||||
|
||||
configure: configure-stamp
|
||||
|
|
Loading…
Reference in a new issue