Bug 742281 - Append instead of assigning OS_LIBS in xpcom/tests/windows/Makefile.in r=glandium

This commit is contained in:
Jacek Caban 2012-04-06 11:13:28 +02:00
parent ee4314411f
commit 1c9b8824e0

View File

@ -54,4 +54,4 @@ CPP_UNIT_TESTS = \
include $(topsrcdir)/config/rules.mk
OS_LIBS = $(call EXPAND_LIBNAME,rpcrt4 uuid advapi32)
OS_LIBS += $(call EXPAND_LIBNAME,rpcrt4 uuid)