electron/brightray/tools
Cheng Zhao 5e807cffc8 Use abusolute path when linking to external libraries. Fixes #22.
The ninja generator of gyp behaves strangely on the 'libraries' field of link
settings, for example, specifying path to an external library works well on
both xcodebuild and msvc generators, but the ninja generator would link to
the wrong path (it can neither translate relative path correctly, nor convert
the command line parameter to the '-lxxx' form).

The only way to make all generators work on all platforms is to use abusolute
paths for external libraries.
2013-07-02 15:24:24 +08:00
..
mac Initial commit 2013-03-13 15:31:24 -04:00
brightray_source_root.py Use abusolute path when linking to external libraries. Fixes #22. 2013-07-02 15:24:24 +08:00