diff options
author | lloyd <[email protected]> | 2010-07-28 18:17:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-28 18:17:05 +0000 |
commit | f7a825d4b2986be3114df004cd9cf135fe97372d (patch) | |
tree | b26c328d5c90a79fdad5aedcbf5378588b6fb039 /src | |
parent | dc5fd3e18008b4dbad92e1e6f65ebec7e84d5533 (diff) |
Remove redundant setting for adding libdl link on Linux in dyn_engine;
it relies on dyn_load which should be the sole source for this kind of
stuff, since dyn_engine itself does not touch the OS level APIs.
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/dyn_engine/info.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/dyn_engine/info.txt b/src/engine/dyn_engine/info.txt index 469583522..03fef7f7c 100644 --- a/src/engine/dyn_engine/info.txt +++ b/src/engine/dyn_engine/info.txt @@ -12,7 +12,3 @@ dyn_engine.cpp engine dyn_load </requires> - -<libs> -linux -> dl -</libs> |