Skip to content

Commit

Permalink
Added pthread linking required for Azure Pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed May 2, 2020
1 parent 948b519 commit 9517da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ if (VITA_RELEASE)
vitaGL
mathneon
imgui
-Wl,--whole-archive pthread -Wl,--no-whole-archive
)

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

0 comments on commit 9517da7

Please sign in to comment.