Skip to content

Commit

Permalink
edit .github/workflows/osxbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderland committed Jan 3, 2024
1 parent 7699409 commit 019e130
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/osxbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ jobs:
python-version: 3.8
- name: Build KataGo
run: |
export OPENSSL_ROOT_DIR=$(brew --prefix openssl@1.1)
echo $OPENSSL_ROOT_DIR
ls $OPENSSL_ROOT_DIR
export OPENSSL_LIBRARIES="${OPENSSL_ROOT_DIR}/lib"
echo $OPENSSL_LIBRARIES
ls $OPENSSL_LIBRARIES
export PKG_CONFIG_PATH="${OPENSSL_ROOT_DIR}/lib/pkgconfig"
echo $PKG_CONFIG_PATH
export CXXFLAGS="${CXXFLAGS} $(pkg-config --cflags openssl)"
echo $CXXFLAGS
export LDFLAGS="${LDFLAGS} $(pkg-config --libs openssl)"
echo $LDFLAGS
rm katrain/KataGo/katago
rm katrain/KataGo/*.dll
rm katrain/KataGo/katago.exe
Expand Down

0 comments on commit 019e130

Please sign in to comment.