Skip to content

Commit 5c7dae6

Browse files
committed
fix linker flags
1 parent a8f3740 commit 5c7dae6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ SHAREDIR ?= $(PREFIX)/share/games/echeck
1313
EXECDIR ?= $(PREFIX)/games
1414
LOCALEDIR ?= $(PREFIX)/share/locale
1515
default: echeck mofiles
16-
LFLAGS = -lintl
1716
ifeq ($(OS_NAME),darwin)
18-
# LFLAGS += -Lintl
17+
LFLAGS += -lintl
1918
endif
2019
all: echeck.zip echeck
2120

0 commit comments

Comments
 (0)