mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:07:55 +08:00
[freealut] Fix x64-linux-dynamic build (#25667)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
This commit is contained in:
parent
d0521dadf6
commit
88f7ab6054
@ -26,16 +26,11 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share"
|
|||||||
"${CURRENT_PACKAGES_DIR}/debug/include"
|
"${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")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||||
endif()
|
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)
|
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "freealut",
|
"name": "freealut",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"description": [
|
"description": [
|
||||||
"FreeALUT is a free implementation of OpenAL's ALUT standard.",
|
"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. "
|
"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": {
|
"freealut": {
|
||||||
"baseline": "1.1.0",
|
"baseline": "1.1.0",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"freeglut": {
|
"freeglut": {
|
||||||
"baseline": "3.2.2",
|
"baseline": "3.2.2",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "969ad25e70aeab73962cb7bea1df1ea30644ad20",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "bb6f48903b677ac0c8560a068e53f7a028b2a5d4",
|
"git-tree": "bb6f48903b677ac0c8560a068e53f7a028b2a5d4",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user