Skip to content

Commit

Permalink
ucode: fix missing backslash
Browse files Browse the repository at this point in the history
Fixes: ae42eca ("ucode: fix host installation")

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Sep 15, 2024
1 parent 2ff67f2 commit 9d663c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/utils/ucode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ucode
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/jow-/ucode.git
Expand All @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/cmake.mk

CMAKE_OPTIONS += \
-DSOVERSION=$(PKG_ABI_VERSION)
-DSOVERSION=$(PKG_ABI_VERSION) \
-DCMAKE_SKIP_RPATH=FALSE \
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"

Expand Down

0 comments on commit 9d663c7

Please sign in to comment.