Skip to content

Commit 43e85dd

Browse files
update libpcp to lastest main (scp-fs2open#6963)
This should fix build issues on ARM64 Windows. Note that the project name changed from libpcp to libpcpnatpmp and is in active development again after a multi-year period of inactivity. There are currently no versioned releases. This is hash b5fe5e2.
1 parent a12c1de commit 43e85dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4991
-5153
lines changed

code/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959

6060
target_link_libraries(code PUBLIC libRocket)
6161

62-
target_link_libraries(code PUBLIC pcp)
62+
target_link_libraries(code PUBLIC pcpnatpmp)
6363

6464
target_link_libraries(code PUBLIC parsers)
6565

code/network/multi_portfwd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <netdb.h>
1616
#endif
1717

18-
#include "pcp.h"
18+
#include "pcpnatpmp.h"
1919

2020
#include "cmdline/cmdline.h"
2121
#include "io/timer.h"

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif()
3939

4040
include(libRocket.cmake)
4141

42-
add_subdirectory(libpcp)
42+
add_subdirectory(libpcpnatpmp)
4343

4444
include(antlr4.cmake)
4545

lib/libpcp/CMakeLists.txt

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)