mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-07 03:17:13 +08:00
tmp
This commit is contained in:
parent
0f20ebd1d9
commit
1883258292
@ -315,7 +315,6 @@ class SeafileClient(Project):
|
||||
'CMAKE_OSX_ARCHITECTURES': 'x86_64',
|
||||
'CMAKE_OSX_DEPLOYMENT_TARGET': '10.9',
|
||||
'CMAKE_BUILD_TYPE': 'Release',
|
||||
'BUILD_SHIBBOLETH_SUPPORT': 'ON',
|
||||
'BUILD_SPARKLE_SUPPORT': 'ON',
|
||||
}
|
||||
cmake_defines_formatted = ' '.join(['-D{}={}'.format(k, v) for k, v in cmake_defines.iteritems()])
|
||||
|
Loading…
Reference in New Issue
Block a user