Skip to content

Commit dc5e644

Browse files
committed
Remove patching absl time linker args for CoreFoundation since it only needed to be specified when building the exe.
1 parent fcbb3b4 commit dc5e644

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

buildscripts/absl_time_CMakeLists.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

buildscripts/make_dependencies.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ else
3535
curl -Ls "https://github.com/abseil/abseil-cpp/archive/refs/tags/${ABSL_VERSION}.tar.gz" | tar xz
3636
rmdir "protobuf-$PROTOBUF_VERSION/third_party/abseil-cpp"
3737
os_name=$(uname -s)
38-
if [[ "$os_name" == "Darwin" ]]; then
39-
patch abseil-cpp-$ABSL_VERSION/absl/time/CMakeLists.txt $BUILDSCRIPTS_DIR/absl_time_CMakeLists.patch
40-
fi
4138
mv "abseil-cpp-$ABSL_VERSION" "protobuf-$PROTOBUF_VERSION/third_party/abseil-cpp"
4239
fi
4340
# the same source dir is used for 32 and 64 bit builds, so we need to clean stale data first

0 commit comments

Comments
 (0)