Hi,
when building after syncing, I now get
/Users/thakis/src/chrome-git/src/chrome/../xcodebuild/chrome.build/Debug/chrome.build/Script-649B47660F26D59AE4D7EEA0.sh:
line 2: BUILT_PRODUCTS_DIR: command not found
every time. If you get this too, it can be fixed by going to
Targets->Chrome->Postbuild "cleanup_theme_pak", double-clicking that,
and changing $(BUILT_PRODUCTS_DIR) to ${BUILT_PRODUCTS_DIR} (i.e.
change the parens to braces).
Nico
ps: This is probably caused by
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome.gyp?view=diff&r1=30643&r2=30644
, which probably needs to look more like
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/chrome.gyp?view=diff&r1=28870&r2=28871
, so the Real Fix is some change to chrome.gyp.
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---