Skip to content

Commit

Permalink
qt: fix macOS codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Nov 25, 2018
1 parent db1af23 commit f2650b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/qt/server/Makefile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ darwin:
CGO_CFLAGS="-g ${GODARWINSECFLAGS} ${CFLAGS}" \
CGO_LDFLAGS="${GODARWINLDFLAGS} ${LFLAGS}" \
GOARCH=${GOARCH} CGO_ENABLED=${CGO} GOOS=${GOOS} \
go build -x \
go build -ldflags='-s' -x \
-buildmode="c-shared" -o ${LIBNAME}.so

clean:
Expand Down

0 comments on commit f2650b9

Please sign in to comment.