Skip to content

Commit b5bc6b5

Browse files
Update openhd.mk
1 parent 9c438df commit b5bc6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/buildroot/package/openhd/openhd.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ define OPENHD_BUILD_CMDS
3333
$(TARGET_CONFIGURE_OPTS) \
3434
cmake -DCMAKE_INSTALL_PREFIX=$(TARGET_DIR) \
3535
-DCMAKE_BUILD_TYPE=Release \
36-
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr/lib/cmake/Poco \
36+
-DCMAKE_PREFIX_PATH=/usr/lib/cmake/Poco \
3737
$(OPENHD_CONF_OPTS) \
3838
$(@D)
3939
endef

0 commit comments

Comments
 (0)