mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-03 19:37:45 -04:00
Apply suggestions from code review
Co-authored-by: Seth Flynn <getchoo@tuta.io> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
24763e4e91
commit
1cfc702ec2
@ -14,7 +14,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
brew update
|
||||
brew install ninja extra-cmake-modules temurin@17 libarchive
|
||||
brew install ninja extra-cmake-modules temurin@17
|
||||
|
||||
- name: Set JAVA_HOME
|
||||
shell: bash
|
||||
|
@ -346,8 +346,7 @@ if(PkgConfig_FOUND AND NOT MSVC)
|
||||
else()
|
||||
find_path(LIBARCHIVE_INCLUDE_DIR archive.h REQUIRED)
|
||||
find_library(LIBARCHIVE_LIBRARY_RELEASE archive REQUIRED)
|
||||
find_library(LIBARCHIE_LIBRARY_DEBUG archived)
|
||||
set(LIBARCHIVE_LIBRARIES optimized ${LIBARCHIVE_LIBRARY_RELEASE} debug ${LIBARCHIVE_LIBRARY_DEBUG})
|
||||
set(LIBARCHIVE_LIBRARIES optimized ${LIBARCHIVE_LIBRARY_RELEASE})
|
||||
endif()
|
||||
|
||||
if(NOT Launcher_FORCE_BUNDLED_LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user