Skip to content

Commit

Permalink
Merge pull request #130 from sundermann/fix-backend-path
Browse files Browse the repository at this point in the history
Fix backend output path
  • Loading branch information
sundermann authored Feb 7, 2025
2 parents 1c4fb15 + 8423e1c commit 3a096d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
pull_request:

env:
TOOLCHAIN_URL: https://github.com/openlgtv/buildroot-nc4/releases/download/webos-b17b4cc/arm-webos-linux-gnueabi_sdk-buildroot.tar.gz
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
path: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so
- uses: DoozyX/[email protected]
with:
Expand All @@ -71,4 +71,3 @@ jobs:
files: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so
2 changes: 2 additions & 0 deletions unicapture/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ target_include_directories(unicapture PUBLIC ${UNICAPTURE_INCLUDE_DIRS})
target_link_libraries(unicapture PUBLIC yuv)

# "Unified" v2 Backends
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

add_library(gm_backend SHARED
backends/libgm.c
)
Expand Down

0 comments on commit 3a096d7

Please sign in to comment.