Skip to content

Commit

Permalink
Add support for linux on ARM64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
RikSherman committed Apr 5, 2023
1 parent feefa50 commit 8dd1d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

BINARY := sm2
VERSION := 1.0.6
VERSION := 1.0.7
BUILD := `git rev-parse HEAD`

# Setup linker flags option for build that interoperate with variable names in src code
Expand Down

0 comments on commit 8dd1d89

Please sign in to comment.