mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Backed out changeset 7819e11aa46f, bug 592052 because of Mac OS X build bustage:
Undefined symbols: "_NSGetModule", referenced from: -exported_symbols_list command line option ld: symbol(s) not found
This commit is contained in:
parent
1b940e1c96
commit
cd2591f646
@ -1,2 +1 @@
|
||||
_NSModule
|
||||
_NSGetModule
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
global:
|
||||
NSModule;
|
||||
NSGetModule;
|
||||
local: *;
|
||||
};
|
||||
|
@ -1,6 +1,5 @@
|
||||
EXPORTED {
|
||||
global:
|
||||
NSModule;
|
||||
NSGetModule;
|
||||
local: *;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user