We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2f80e commit 812bc98Copy full SHA for 812bc98
.github/workflows/ci-pr-validation.yaml
@@ -65,10 +65,10 @@ jobs:
65
66
- name: Test static libraries
67
run: |
68
+ export PULSAR_DIR=$PWD/pkg/mac/.install
69
echo "Build with dynamic library"
70
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
71
./dynamic.out
- export PULSAR_DIR=$PWD/pkg/mac/.install
72
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
74
./static.out
0 commit comments