mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r9696) -Fix: --without-application-bundle did not disable the custom language/second data directory stuff that is used for application bundles.
This commit is contained in:
parent
3df2656633
commit
ba5b663e1f
@ -237,9 +237,9 @@ detect_params() {
|
|||||||
--with-osx-sysroot) with_osx_sysroot="2";;
|
--with-osx-sysroot) with_osx_sysroot="2";;
|
||||||
--with-osx-sysroot=*) with_osx_sysroot="$optarg";;
|
--with-osx-sysroot=*) with_osx_sysroot="$optarg";;
|
||||||
|
|
||||||
--without-application-bundle) with_applicant_bundle="0";;
|
--without-application-bundle) with_application_bundle="0";;
|
||||||
--with-application-bundle) with_applicant_bundle="1";;
|
--with-application-bundle) with_application_bundle="1";;
|
||||||
--with-application-bundle=*) with_applicant_bundle="$optarg";;
|
--with-application-bundle=*) with_application_bundle="$optarg";;
|
||||||
|
|
||||||
CC=* | --CC=*) CC="$optarg";;
|
CC=* | --CC=*) CC="$optarg";;
|
||||||
CXX=* | --CXX=*) CXX="$optarg";;
|
CXX=* | --CXX=*) CXX="$optarg";;
|
||||||
|
Loading…
Reference in New Issue
Block a user