File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ variables:
1414 SLGenerator: Visual Studio 16 2019
1515 SLDistributeDirectory: distribute
1616 SLFullDistributePath: $(SLBuildDirectory)\$(SLDistributeDirectory)
17- LibOBSVersion: 27.6.2
17+ LibOBSVersion: 27.6.4
1818
1919jobs:
2020- job: 'WindowsRelease'
@@ -319,4 +319,4 @@ jobs:
319319 globExpressions: '$(tagartifact)-$(ReleaseName)-osx.tar.gz'
320320 filesAcl: 'public-read'
321321 displayName: 'Upload tag artifact to S3'
322- condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'tags'))
322+ condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'tags'))
Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ download_project(
166166 URL ${OSN_LIBOBS_URL}
167167 UPDATE_DISCONNECTED 1
168168)
169+ if(WIN32)
170+ # LibObsTarget.cmake in widnows builds now contains a check for w32-pthreads
171+ # so we have to explicitly add it before libobs.
172+ include("${libobs_SOURCE_DIR}/cmake/w32-pthreads/w32-pthreadsConfig.cmake")
173+ endif()
169174
170175include("${libobs_SOURCE_DIR}/cmake/LibObs/LibObsConfig.cmake")
171176
You can’t perform that action at this time.
0 commit comments