Skip to content

Commit

Permalink
Revert "[agl][build] Hardcode MACHINE_NAME for now"
Browse files Browse the repository at this point in the history
This reverts commit 4d9330b.

[Review]: webosose#19 (comment)
  • Loading branch information
antiapuentes committed Jun 20, 2019
1 parent 3e9ce0d commit c8628cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CONFIG += link_pkgconfig
################################################################################
# Decide MACHINE_NAME and PLATFORM

MACHINE_NAME = "minnowboard"
MACHINE_NAME = $$(MACHINE)

isEmpty(PLATFORM) {
error("PLATFORM wasn't set")
Expand Down

0 comments on commit c8628cb

Please sign in to comment.