Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaysashank committed Nov 28, 2023
1 parent d2f8beb commit 043fbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install wxWidgets on Ubuntu / macOS
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
sudo apt-get install -y libwxgtk3.0-gtk3-dev
sudo apt-get install -y libwxgtk3.0-gtk3-dev libwxgtk-media3.0-gtk3-dev
elif [[ "${{ matrix.os }}" == "macOS-latest" ]]; then
brew install wxwidgets
fi
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- shell: msys2 {0}
name: Configure project
run: |
export PATH=$PATH:"C:\ghcup\msys64\bin":"C:\ghcup\usr\bin"
export PATH=$PATH:"/c/ghcup/msys64/bin":"/c/ghcup/usr/bin"
echo "$SHELL"
echo "$PATH"
cabal configure
Expand All @@ -84,7 +84,7 @@ jobs:
- shell: msys2 {0}
name: Build
run: |
export PATH=$PATH:"C:\ghcup\msys64\bin":"C:\ghcup\usr\bin"
export PATH=$PATH:"/c/ghcup/msys64/bin":"/c/ghcup/usr/bin"
echo "$SHELL"
echo "$PATH"
cabal build all
3 changes: 0 additions & 3 deletions wxc/wxc.cabal
Expand Up @@ -183,9 +183,6 @@ library
if os(Windows)
ld-options: -Wl,--enable-auto-import,-no-undefined,--enable-runtime-pseudo-reloc

if os(darwin)
ld-options: -Wl,-undefined,dynamic-lookup

custom-setup
setup-depends:
base,
Expand Down

0 comments on commit 043fbcb

Please sign in to comment.