Chromium Code Reviews| Index: dart/site/try/src/Makefile |
| diff --git a/dart/site/try/src/Makefile b/dart/site/try/src/Makefile |
| index 763086213fe84b1eb22ea6099250b41b10675f87..d114353b2b30a90a2e0aaeaaed1a57aac1ef5324 100644 |
| --- a/dart/site/try/src/Makefile |
| +++ b/dart/site/try/src/Makefile |
| @@ -3,7 +3,7 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| SDK_DIR=../../../xcodebuild/ReleaseIA32/dart-sdk |
| -PACKAGE_ROOT=../../../sdk/lib/_internal/ |
| +PACKAGE_ROOT=../../../xcodebuild/ReleaseIA32/packages/ |
|
Johnni Winther
2014/06/24 11:16:05
Is this a Mac-specific file (xcodebuild being plat
ahe
2014/06/24 11:21:47
Yes.
|
| all: |
| $(SDK_DIR)/bin/dartanalyzer -p $(PACKAGE_ROOT) \ |