Changeset 5573:c044289e8f24 in roaraudio for configure


Ignore:
Timestamp:
07/18/12 12:39:51 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Disable building of roard plugins on windows as PE doesn't support them (Closes: #274)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5564 r5573  
    26982698if $COMP_PLUGINS 
    26992699then 
    2700  echo "subdir_plugins_roard=plugins/roard" >&4 
     2700 # Do not build roard plugins on win32 as they use upwards binding (-rdynamic). 
     2701 # This mode of binding is not supported by PE. 
     2702 $TARGET_WIN32 || echo "subdir_plugins_roard=plugins/roard" >&4 
    27012703 echo "subdir_plugins_universal=plugins/universal" >&4 
    27022704fi 
Note: See TracChangeset for help on using the changeset viewer.