Changeset 1404:32443d183b1d in roaraudio for plugins/ao/Makefile


Ignore:
Timestamp:
03/25/09 19:04:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

staticly use -fPIC, this will not build without it, but gives a warning on win32...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/Makefile

    r1389 r1404  
    1212 
    1313libroar.so: ao_roar.c 
    14         cc -shared -L../../lib -I../../include -lroar $(fPIC) -o libroar.so ao_roar.c 
     14        cc -shared -L../../lib -I../../include -lroar -fPIC -o libroar.so ao_roar.c 
    1515 
    1616ao_roar.c: 
Note: See TracChangeset for help on using the changeset viewer.