Skip to content

Commit

Permalink
fixed binary build for target system
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Aug 23, 2024
1 parent b0dd033 commit 778aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RLXOS_BUILD_TARGETS = \
rlxos: host-go
$(foreach d,$(RLXOS_BUILD_TARGETS),\
cd $(BR2_EXTERNAL_RLXOS_PATH); \
$(HOST_GO_HOST_ENV) \
$(HOST_GO_TARGET_ENV) \
$(RLXOS_GO_ENV) \
$(GO_BIN) build -v $(RLXOS_BUILD_OPTS) \
-mod=vendor -o $(TARGET_DIR)/$(d) \
Expand Down

0 comments on commit 778aeed

Please sign in to comment.