diff options
author | Max Horn | 2004-04-09 16:17:57 +0000 |
---|---|---|
committer | Max Horn | 2004-04-09 16:17:57 +0000 |
commit | 3e98a219b2c7c44ce276d4db6020599a8633db6d (patch) | |
tree | 0dc540cb42eaa0d86ae9cd39e0433d1309a946d1 /configure | |
parent | 8a69ffc46c57fb550b5b50a724b908e404bc3c67 (diff) | |
download | scummvm-rg350-3e98a219b2c7c44ce276d4db6020599a8633db6d.tar.gz scummvm-rg350-3e98a219b2c7c44ce276d4db6020599a8633db6d.tar.bz2 scummvm-rg350-3e98a219b2c7c44ce276d4db6020599a8633db6d.zip |
Fix plugin building
svn-id: r13521
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -656,7 +656,7 @@ echocheck "Plugin support" _mak_plugins= if test "$_build_plugins" = yes ; then case $_host_os in - linux) + linux*) _mak_plugins=' BUILD_PLUGINS := 1 CXXFLAGS += -DDYNAMIC_MODULES @@ -667,7 +667,7 @@ POST_OBJS_FLAGS := -Wl,-no-whole-archive LIBS += -ldl ' ;; - darwin) + darwin*) _mak_plugins=' BUILD_PLUGINS := 1 CXXFLAGS += -DDYNAMIC_MODULES |