mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Fix for 'make 32bit'
This commit is contained in:
parent
0bc1b2f651
commit
5b19e727c7
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ ifeq ($(uname_S),SunOS)
|
||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -D__EXTENSIONS__ -D_XPG6
|
||||
CCLINK?= -ldl -lnsl -lsocket -lm
|
||||
else
|
||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W
|
||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W $(ARCH)
|
||||
CCLINK?= -lm
|
||||
endif
|
||||
CCOPT= $(CFLAGS) $(CCLINK) $(ARCH)
|
||||
|
Loading…
Reference in New Issue
Block a user