mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-29 18:18:27 +00:00
import change from `dev' branch of rmottola/Arctic-Fox:
- goanna -> gecko (cac9263ee)
This commit is contained in:
@@ -11,10 +11,10 @@ def Libxul(name):
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
# This is going to be a framework named "XUL", not an ordinary library named
|
||||
# "libxul.dylib"
|
||||
GoannaFramework(name, linkage=None)
|
||||
GeckoFramework(name, linkage=None)
|
||||
SHARED_LIBRARY_NAME = 'XUL'
|
||||
else:
|
||||
GoannaSharedLibrary(name, linkage=None)
|
||||
GeckoSharedLibrary(name, linkage=None)
|
||||
SHARED_LIBRARY_NAME = 'xul'
|
||||
|
||||
DELAYLOAD_DLLS += [
|
||||
|
||||
Reference in New Issue
Block a user