Skip to content

Commit

Permalink
add linux cross-compilation option for launcher
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
prashantgupta24 authored and joerunde committed Feb 21, 2024
1 parent c428b05 commit cb32c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ install-router:
install-launcher:
cd launcher && env GIT_COMMIT_HASH=$(GIT_COMMIT_HASH) cargo install --path .

.PHONY: install-launcher-linux
install-launcher-linux:
cd launcher && env GIT_COMMIT_HASH=$(GIT_COMMIT_HASH) CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc cargo install --path . --target=x86_64-unknown-linux-gnu

install: install-server install-router install-launcher install-custom-kernels

server-dev:
Expand Down

0 comments on commit cb32c72

Please sign in to comment.