"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "fsplugin/build.sh" between
seafile-client-9.0.1.tar.gz and seafile-client-9.0.2.tar.gz

About: Seafile (client) for the Seafile cloud storage system.

build.sh  (seafile-client-9.0.1):build.sh  (seafile-client-9.0.2)
skipping to change at line 23 skipping to change at line 23
export CC=$(xcrun -f clang) export CC=$(xcrun -f clang)
export CXX=$(xcrun -f clang) export CXX=$(xcrun -f clang)
unset CFLAGS CXXFLAGS LDFLAGS unset CFLAGS CXXFLAGS LDFLAGS
pushd $CURRENT_PWD pushd $CURRENT_PWD
CONFIG=Debug CONFIG=Debug
if [ a"$1" != "adebug" ]; then if [ a"$1" != "adebug" ]; then
rm -rf CMakeCache.txt CMakeFiles rm -rf CMakeCache.txt CMakeFiles
CONFIG=Release CONFIG=Release
fi fi
cmake -GXcode -DCMAKE_BUILD_TYPE="$CONFIG"
if [ a"$1" != "auniversal" ]; then
cmake -GXcode -DCMAKE_BUILD_TYPE="$CONFIG"
else
cmake -GXcode -DCMAKE_BUILD_TYPE="$CONFIG" -DCMAKE_OSX_ARCHITECTURES='x86_64
;arm64'
fi
xcodebuild clean xcodebuild clean
xcodebuild -jobs "$(sysctl -n hw.ncpu)" -configuration "$CONFIG" xcodebuild -jobs "$(sysctl -n hw.ncpu)" -configuration "$CONFIG"
popd popd
 End of changes. 1 change blocks. 
1 lines changed or deleted 8 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)