Skip to content

Commit

Permalink
Removed unused pthread dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Jul 19, 2020
1 parent dc2c080 commit 0b7a71d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ if (VITA_RELEASE)

target_link_libraries(${PROJECT_NAME}.elf
daedalus
imgui
vitaGL
vitashark
SceDisplay_stub
SceGxm_stub
Expand All @@ -116,14 +118,11 @@ if (VITA_RELEASE)
c
stdc++
m
vitaGL
mathneon
imgui
curl
ssl
crypto
speexdsp
-Wl,--whole-archive pthread -Wl,--no-whole-archive
)

vita_create_self(${PROJECT_NAME}.self ${PROJECT_NAME}.elf UNSAFE)
Expand Down

0 comments on commit 0b7a71d

Please sign in to comment.