misc/liblua/Xcode/Lua_Prefix.pch
author |
vittorio.giovara@gmail.com |
|
Mon, 27 Apr 2015 17:21:58 +0000 |
changeset 10911 |
5e3f42553ebc |
parent 5171 |
f9283dc4860d
|
permissions |
-rw-r--r-- |
Do not set rpath when binaries are installed in the standard search path
$ rpmlint hedgewars
hedgewars.i686: E: binary-or-shlib-defines-rpath /usr/bin/hwengine ['$ORIGIN/../lib/', '$ORIGIN/', '/usr/lib/']
hedgewars.i686: E: binary-or-shlib-defines-rpath /usr/lib/libphyslayer.so ['$ORIGIN/../lib/', '$ORIGIN/', '/usr/lib/']
hedgewars.i686: E: binary-or-shlib-defines-rpath /usr/bin/hedgewars ['$ORIGIN/../lib/', '$ORIGIN/', '/usr/lib/']
5171
|
1 |
//
|
|
2 |
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
|
|
3 |
//
|
|
4 |
|
|
5 |
#ifdef __OBJC__
|
|
6 |
#import <Foundation/Foundation.h>
|
|
7 |
#endif
|