mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 361413 - Build succeeds even when arch-specific xptcall is not implemented, r=timeless
This commit is contained in:
parent
c8d95ae087
commit
c0f4680321
@ -51,7 +51,7 @@ REQUIRES = string
|
||||
#
|
||||
# The default is this buildable, but non-functioning code.
|
||||
#
|
||||
CPPSRCS := xptcinvoke_unsupported.cpp xptcstubs_unsupported.cpp
|
||||
CPPSRCS = $(error XPTCall not implemented on this platform!)
|
||||
|
||||
# Force use of PIC
|
||||
FORCE_USE_PIC = 1
|
||||
|
Loading…
Reference in New Issue
Block a user