зеркало из https://github.com/microsoft/vcpkg.git
[freealut] Fix x64-linux-dynamic build (#25667)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
This commit is contained in:
Родитель
d0521dadf6
Коммит
88f7ab6054
|
@ -26,16 +26,11 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share"
|
|||
"${CURRENT_PACKAGES_DIR}/debug/include"
|
||||
)
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/freealut-config")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/debug/bin/freealut-config")
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR NOT VCPKG_TARGET_IS_WINDOWS)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
endif()
|
||||
|
||||
if(EXISTS "${CURRENT_PACKAGES_DIR}/bin/freealut-config")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin/freealut-config")
|
||||
endif()
|
||||
|
||||
if(EXISTS "${CURRENT_PACKAGES_DIR}/debug/bin/freealut-config")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin/freealut-config")
|
||||
endif()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "freealut",
|
||||
"version": "1.1.0",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": [
|
||||
"FreeALUT is a free implementation of OpenAL's ALUT standard.",
|
||||
"ALUT is a set of portable functions which remove the annoying details of getting an audio application started. It is the OpenAL counterpart of what GLUT is for OpenGL. "
|
||||
|
|
|
@ -2354,7 +2354,7 @@
|
|||
},
|
||||
"freealut": {
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"freeglut": {
|
||||
"baseline": "3.2.2",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "969ad25e70aeab73962cb7bea1df1ea30644ad20",
|
||||
"version": "1.1.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "bb6f48903b677ac0c8560a068e53f7a028b2a5d4",
|
||||
"version": "1.1.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче