Skip to content

Commit

Permalink
try to fix endianess test on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Jan 28, 2025
1 parent 3915771 commit 9a75618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,6 @@ homebrew:
$(MAKE) -C packaging/homebrew install

testendianess:
$(MAKE) build/test_endianess && (cd ./build/ && ./test_endianess)
$(MAKE) build/test_endianess && ./start_env.sh ./build/test_endianess

# $(MAKE) build/test_endianess && (cd ./build/ && ./test_endianess)

0 comments on commit 9a75618

Please sign in to comment.