File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 clang++ win-examples/example.cc -o dynamic.out -std=c++11 -arch ${{ matrix.arch }} -I $PULSAR_DIR/include -L $PULSAR_DIR/lib -Wl,-rpath $PULSAR_DIR/lib -lpulsar
7171 ./dynamic.out
7272 echo "Build with static library"
73- clang++ win-examples/example.cc -o static.out -std=c++11 -arch ${{ matrix.arch }} -I $PULSAR_DIR/include $PULSAR_DIR/lib/libpulsarwithdeps.a -framework SystemConfiguration -framework CoreFoundation
73+ clang++ win-examples/example.cc -o static.out -std=c++11 -arch ${{ matrix.arch }} -I $PULSAR_DIR/include $PULSAR_DIR/lib/libpulsarwithdeps.a -framework SystemConfiguration -framework CoreServices -framework CoreFoundation
7474 ./static.out
7575
7676 check-completion :
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ set(VCPKG_LIBRARY_LINKAGE static)
44
55set (VCPKG_CMAKE_SYSTEM_NAME Darwin)
66set (VCPKG_OSX_ARCHITECTURES arm64)
7- set (VCPKG_OSX_DEPLOYMENT_TARGET 13.7 )
7+ set (VCPKG_OSX_DEPLOYMENT_TARGET 13.0 )
88
99set (VCPKG_BUILD_TYPE release)
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ set(VCPKG_LIBRARY_LINKAGE static)
44
55set (VCPKG_CMAKE_SYSTEM_NAME Darwin)
66set (VCPKG_OSX_ARCHITECTURES x86_64)
7- set (VCPKG_OSX_DEPLOYMENT_TARGET 13.7 )
7+ set (VCPKG_OSX_DEPLOYMENT_TARGET 13.0 )
88
99set (VCPKG_BUILD_TYPE release)
You can’t perform that action at this time.
0 commit comments