Chromium Code Reviews| Index: Makefile.standalone |
| diff --git a/Makefile.standalone b/Makefile.standalone |
| index deb8ab5a68d65520a0b8ead08caca349a1205a66..d6bfb8ea085b6b1cf5bf9d0f8f63d87b93a2af7f 100644 |
| --- a/Makefile.standalone |
| +++ b/Makefile.standalone |
| @@ -110,6 +110,8 @@ ifdef SZTARGET |
| BASE_CXX_DEFINES += -DSZTARGET=$(SZTARGET) |
| endif |
| +BASE_CXX_DEFINES += -DPNACL_LLVM |
| + |
| CXX_DEFINES := $(BASE_CXX_DEFINES) -DPNACL_BROWSER_TRANSLATOR=0 |
| ifdef NOASSERT |