Skip to content

Commit 8067326

Browse files
committed
Rename FMOD_SDL_HEADERS to FMOD_SDL_BUILD_DEPS
1 parent 211a753 commit 8067326

11 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-libs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
# To downgrade Celeste builds that target sdl3 to sdl2, on linux specifically, we need to replace libfmod_SDL.so, since it targets SDL3
283283
- name: Build FMOD_SDL (linux)
284284
if: ${{ matrix.platform == 'linux' }}
285-
working-directory: source/FMOD_SDL_HEADERS
285+
working-directory: source/FMOD_SDL_BUILD_DEPS
286286
run: |
287287
make -e SDL2_PREFIX=${{ env.SDL2_DIR }}
288288
@@ -326,7 +326,7 @@ jobs:
326326
cp source/FNA/lib/FAudio/build/libFAudio.so.0 libFAudio.so.0
327327
cp source/FNA/lib/FNA3D/build/libFNA3D.so.0 libFNA3D.so.0
328328
cp source/FNA/lib/Theorafile/libtheorafile.so libtheorafile.so
329-
cp source/FMOD_SDL_HEADERS/libfmod_SDL.so libfmod_SDL.so
329+
cp source/FMOD_SDL_BUILD_DEPS/libfmod_SDL.so libfmod_SDL.so
330330
331331
- name: Upload Artifacts (Windows)
332332
uses: actions/upload-artifact@v4
File renamed without changes.

0 commit comments

Comments
 (0)