Skip to content

Commit

Permalink
Fix linker flags past post move to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Dec 23, 2023
1 parent ba8e739 commit 03b6db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ buildtime=`date +%Y-%m-%dT%T%z`

# Prepare common linker flags
STRIP_SYMBOLS="-w -s"
LINKER_PKG_PATH=github.com/rqlite/rqlite/cmd
LINKER_PKG_PATH=github.com/rqlite/rqlite/v8/cmd
LDFLAGS="$STRIP_SYMBOLS -X $LINKER_PKG_PATH.Version=$VERSION -X $LINKER_PKG_PATH.Branch=$branch -X $LINKER_PKG_PATH.Commit=$commit -X $LINKER_PKG_PATH.Buildtime=$buildtime"

# Prepare the source code
Expand Down

0 comments on commit 03b6db2

Please sign in to comment.