Changeset 1389:ba7d3f033dad in roaraudio for plugins/ao/Makefile


Ignore:
Timestamp:
03/25/09 14:38:29 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

don't set -fPIC on win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/Makefile

    r1054 r1389  
    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.