Skip to content

Commit

Permalink
Update openhd.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 29, 2024
1 parent 9c438df commit b5bc6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ define OPENHD_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) \
cmake -DCMAKE_INSTALL_PREFIX=$(TARGET_DIR) \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr/lib/cmake/Poco \
-DCMAKE_PREFIX_PATH=/usr/lib/cmake/Poco \
$(OPENHD_CONF_OPTS) \
$(@D)
endef
Expand Down

0 comments on commit b5bc6b5

Please sign in to comment.