Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit b242e29

Browse files
Add openal-soft dependency (#8)
1 parent ec614a5 commit b242e29

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push, pull_request, workflow_dispatch]
33
env:
44
VCPKG_DISABLE_METRICS: 1
5-
VERSION: 1.4.0
5+
VERSION: 1.5.0
66
jobs:
77
windows:
88
name: Windows

macos/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ cp ../macos/${VCPKG_DEFAULT_TRIPLET}.cmake triplets/
2222
libpng \
2323
sdl2 \
2424
sdl2-mixer \
25-
yaml-cpp
25+
yaml-cpp \
26+
openal-soft
2627

2728
# Zip the lot
2829
zip -r ../macos.dependencies.zip .vcpkg-root installed/ scripts/

windows/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $packages=@(
1010
"sdl2";
1111
"sdl2-mixer";
1212
"yaml-cpp";
13+
"openal-soft";
1314
)
1415

1516
# Install libraries

0 commit comments

Comments
 (0)