| Index: ports/ruby-ppapi/Makefile
|
| diff --git a/ports/ruby-ppapi/Makefile b/ports/ruby-ppapi/Makefile
|
| index e0a9ca0878974983d659af6a0ac4ddc61ad381b0..97d8933e9d2753bf179d7ce228675ead46fcef1c 100644
|
| --- a/ports/ruby-ppapi/Makefile
|
| +++ b/ports/ruby-ppapi/Makefile
|
| @@ -6,8 +6,6 @@ include $(NACL_SDK_ROOT)/tools/common.mk
|
|
|
| TARGET = ruby
|
| LIBS = ruby-static readline ncurses ppapi_simple tar nacl_io ppapi
|
| -NACL_LDFLAGS += $(NACL_CLI_MAIN_LIB)
|
| -PNACL_LDFLAGS += $(NACL_CLI_MAIN_LIB)
|
| ifeq ($(TOOLCHAIN),glibc)
|
| ifneq ($(NACL_ARCH),arm)
|
| LIBS += util
|
|
|