mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
[OS/2] Bug 348533: fix build break due to missing glue, removing support for old VAC plugins in libxul builds, r=benjamin
This commit is contained in:
parent
bab08593c7
commit
baa27617ef
@ -61,9 +61,11 @@ LOCAL_INCLUDES = -I$(srcdir)/../build
|
||||
|
||||
CPPSRCS = nsXPComStub.cpp
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
ifeq ($(OS_TARGET),OS2)
|
||||
CPPSRCS += nsOS2VACLegacy.cpp
|
||||
endif
|
||||
endif
|
||||
|
||||
# If we have an import library, then copy that to the SDK. Otherwise,
|
||||
# copy the shared library.
|
||||
|
Loading…
Reference in New Issue
Block a user