mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-04 03:47:57 -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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install ninja extra-cmake-modules temurin@17 libarchive
|
brew install ninja extra-cmake-modules temurin@17
|
||||||
|
|
||||||
- name: Set JAVA_HOME
|
- name: Set JAVA_HOME
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -346,8 +346,7 @@ if(PkgConfig_FOUND AND NOT MSVC)
|
|||||||
else()
|
else()
|
||||||
find_path(LIBARCHIVE_INCLUDE_DIR archive.h REQUIRED)
|
find_path(LIBARCHIVE_INCLUDE_DIR archive.h REQUIRED)
|
||||||
find_library(LIBARCHIVE_LIBRARY_RELEASE archive REQUIRED)
|
find_library(LIBARCHIVE_LIBRARY_RELEASE archive REQUIRED)
|
||||||
find_library(LIBARCHIE_LIBRARY_DEBUG archived)
|
set(LIBARCHIVE_LIBRARIES optimized ${LIBARCHIVE_LIBRARY_RELEASE})
|
||||||
set(LIBARCHIVE_LIBRARIES optimized ${LIBARCHIVE_LIBRARY_RELEASE} debug ${LIBARCHIVE_LIBRARY_DEBUG})
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT Launcher_FORCE_BUNDLED_LIBS)
|
if(NOT Launcher_FORCE_BUNDLED_LIBS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user