diff options
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index bb5aaec3e..e73102c9a 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -93,7 +93,7 @@ LIBHB.dll.libs = $(foreach n, \ ogg pthreadGC2 samplerate swscale theora vorbis vorbisenc x264 z, \ $(CONTRIB.build/)lib/lib$(n).a ) -LIBHB.GCC.args.extra.dylib++ = -Wl,--out-implib,$(LIBHB.lib) +LIBHB.GCC.args.extra.dylib++ += -Wl,--out-implib,$(LIBHB.lib) LIBHB.GCC.l += iberty ws2_32 LIBHB.out += $(LIBHB.dll) $(LIBHB.lib) |