Skip to content

Commit 1add5da

Browse files
committed
Added a version of libstdc++.so.5 (as it's difficult to find that version now)
1 parent ec3786f commit 1add5da

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ if(NOT _x86 AND NOT _x86_64)
594594
RUNTIME DESTINATION bin)
595595
configure_file(system/box64.conf.cmake system/box64.conf)
596596
install(FILES ${CMAKE_BINARY_DIR}/system/box64.conf DESTINATION /etc/binfmt.d/)
597+
install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libstdc++.so.5 DESTINATION /usr/lib/x86_64-linux-gnu/)
597598
install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libstdc++.so.6 DESTINATION /usr/lib/x86_64-linux-gnu/)
598599
install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libgcc_s.so.1 DESTINATION /usr/lib/x86_64-linux-gnu/)
599600
install(FILES ${CMAKE_SOURCE_DIR}/x64lib/libpng12.so.0 DESTINATION /usr/lib/x86_64-linux-gnu/)

x64lib/libstdc++.so.5

1.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)