Skip to content

Commit 711dfc0

Browse files
committed
fix?
1 parent 2966850 commit 711dfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
# X11 support
2020
X11 := 0
2121
ifeq ($(shell go env GOOS),linux)
22-
ifeq ($(shell ldconfig -p | grep X11 || echo ""))
22+
ifneq ($(shell ldconfig -p | grep X11 || echo ""),)
2323
X11 := 1
2424
endif
2525
endif

0 commit comments

Comments
 (0)