mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Reduce path to non-homebrew path
This commit is contained in:
@@ -104,7 +104,7 @@ class XCodeprojPatcher
|
||||
config.build_settings['ENABLE_BITCODE'] ||= 'NO' if platform == 'ios'
|
||||
config.build_settings['SDKROOT'] = 'iphoneos' if platform == 'ios'
|
||||
config.build_settings['SWIFT_PRECOMPILE_BRIDGING_HEADER'] = 'NO' if platform == 'ios'
|
||||
config.build_settings['PATH'] = '${PATH}:/usr/local/go/bin:/usr/local/bin:/opt/homebrew/bin'
|
||||
config.build_settings['PATH'] = '${PATH}:/usr/local/go/bin'
|
||||
|
||||
groupId = "";
|
||||
if (platform == 'macos')
|
||||
@@ -321,7 +321,7 @@ class XCodeprojPatcher
|
||||
"-framework",
|
||||
"OpenGLES",
|
||||
]
|
||||
config.build_settings['PATH'] = '${PATH}:/usr/local/go/bin:/usr/local/bin:/opt/homebrew/bin'
|
||||
config.build_settings['PATH'] = '${PATH}:/usr/local/go/bin'
|
||||
end
|
||||
|
||||
groupId = "";
|
||||
|
||||
Reference in New Issue
Block a user