Skip to content

Commit

Permalink
build: sqlean version from git
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Mar 10, 2023
1 parent 67317c7 commit a57e95c
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 @@ -7,7 +7,7 @@ SQLITE_RELEASE_YEAR := 2021
SQLITE_VERSION := 3360000
SQLITE_BRANCH := 3.36

SQLEAN_VERSION := '"$(or $(git tag --points-at HEAD),main)"'
SQLEAN_VERSION := '"$(or $(shell git tag --points-at HEAD),main)"'

LINIX_FLAGS := -Wall -Wno-unknown-pragmas -fPIC -shared -DSQLEAN_VERSION=$(SQLEAN_VERSION)
WINDO_FLAGS := -shared -DSQLEAN_VERSION=$(SQLEAN_VERSION)
Expand Down

0 comments on commit a57e95c

Please sign in to comment.