Changes between Version 24 and Version 25 of premake


Ignore:
Timestamp:
May 27, 2019, 5:47:33 PM (5 years ago)
Author:
s0600204
Comment:

Add prefer-local-libs argument (phab:D1747).

Legend:

Unmodified
Added
Removed
Modified
  • premake

    v24 v25  
    5151 * `without-tests` - Disable generation of test projects
    5252
     53* `prefer-local-libs` - On Linux and BSD systems, use this to prefer libraries installed locally (in `/usr/local/lib`) instead of those installed from your distribution's package repositories. Note: you might also need to create a suitable file in `/etc/ld.so.conf.d`, otherwise your system might complain that it cannot find the libraries at run-time.
     54
    5355 * `macosx-bundle` - Set the compiled binary as an OS X bundle with the given identifier string, e.g. "com.wildfiregames.0ad".
    5456 * `macosx-version-min` - Set minimum required version of the OS X APIs to use, e.g. "10.6".