mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-22 03:11:16 +00:00
Change suggested by Wolfgang to force linker to provide library on all systems.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@36972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7734bcdb4b
commit
096fddc33d
2 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,8 @@ main()
|
|||
EcAlarmSeverity severity;
|
||||
CREATE_AUTORELEASE_POOL(arp);
|
||||
|
||||
[EcProcess class]; // Force linker to provide library
|
||||
|
||||
pref = EC_DEFAULTS_PREFIX;
|
||||
if (nil == pref)
|
||||
{
|
||||
|
|
|
@ -49,6 +49,8 @@ main()
|
|||
EcLogType eclt;
|
||||
CREATE_AUTORELEASE_POOL(arp);
|
||||
|
||||
[EcProcess class]; // Force linker to provide library
|
||||
|
||||
pref = EC_DEFAULTS_PREFIX;
|
||||
if (nil == pref)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue