Skip to content

Commit

Permalink
5934 localedef needs a native build (fix lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan McDonald committed Aug 17, 2015
1 parent fa9922c commit 67b886e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/src/cmd/localedef/Makefile
Expand Up @@ -29,6 +29,8 @@ NOBJS = $(OBJS:%.o=native/%.o)

HDRS = localedef.h

SRCS = $(OBJS:%.o=%.c)

CPPFLAGS += -I $(SRC)/lib/libc/port/locale
NATIVE_CPPFLAGS += -I $(SRC)/lib/libc/port/locale
CERRWARN += -_gcc=-Wno-char-subscripts
Expand Down

0 comments on commit 67b886e

Please sign in to comment.