Skip to content

Commit

Permalink
macos: another attempt to fix actions builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari authored Jan 9, 2025
1 parent 4aa5860 commit 8480d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/macos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install(FILES ${VORBIS_LIBDIR}/${VORBIS_LIBNAME} DESTINATION ${INSTALLROOT}/${LI
install(FILES ${VORBISENC_LIBDIR}/${VORBISENC_LIBNAME} DESTINATION ${INSTALLROOT}/${LIBSDIR})
# this is ugly, thanks to lame developers
if($ENV{USER} STREQUAL "runner")
install(FILES /usr/local/homebrew/Cellar/lame/3.100/lib/libmp3lame.0.dylib DESTINATION ${INSTALLROOT}/${LIBSDIR})
install(FILES /usr/local/Cellar/lame/3.100/lib/libmp3lame.0.dylib DESTINATION ${INSTALLROOT}/${LIBSDIR})
else()
install(FILES /opt/homebrew/Cellar/lame/3.100/lib/libmp3lame.0.dylib DESTINATION ${INSTALLROOT}/${LIBSDIR})
endif()
Expand Down

0 comments on commit 8480d67

Please sign in to comment.