Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Dec 6, 2024
1 parent 83c2411 commit 01d5b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Supported project generators:
Download (stable)
-----------------

version 1181 (commit 29e6832fdf3b106c0906d288c8ced6c0761b8985)
version 1185 (commit 83c2411fe04a8a5b71c5610d9debeebba07a64e4)

Linux:
https://github.com/bkaradzic/bx/raw/master/tools/bin/linux/genie
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ release-windows release-darwin: $(GENIE)

release-linux: $(GENIE)
$(SILENT) $(GENIE) release
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).darwin clean all CC=x86_64-apple-darwin20.2-clang
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).darwin clean all CC=x86_64-apple-darwin24.1-clang
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).linux clean all
$(SILENT) $(MAKE) -C build/$(PROJECT_TYPE).windows clean all CC=x86_64-w64-mingw32-gcc
$(SILENT) git checkout src/host/version.h
Expand Down

0 comments on commit 01d5b2a

Please sign in to comment.