Chromium Code Reviews| Index: ports/sdlquake/Makefile |
| diff --git a/ports/sdlquake/Makefile b/ports/sdlquake/Makefile |
| index 47a9042c82ffe1998c969855d7c548e6fcf94883..1783b89b69a636d1ea396b61e7d167ba6957c33f 100644 |
| --- a/ports/sdlquake/Makefile |
| +++ b/ports/sdlquake/Makefile |
| @@ -65,7 +65,11 @@ quake_debug${EXEEXT}: $(OBJECTS) |
| $(RUN_CCLD)$(CXX) $(LDFLAGS) $^ -o $@ |
| quake${EXEEXT}: quake_debug${EXEEXT} |
| +ifneq ($(NACL_ARCH),le32) |
| $(RUN_STRIP)$(STRIP) -o $@ $< |
| +else |
| + cp $< $@ |
| +endif |
| clean: |
| rm -f build/*.o *.${EXEEXT} |