mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 951230 - Link test_IHistory against JS engine to fix link error with GGC r=glandium
This commit is contained in:
parent
d8a934661f
commit
aa37ba4b77
9
toolkit/components/places/tests/cpp/Makefile.in
Normal file
9
toolkit/components/places/tests/cpp/Makefile.in
Normal file
@ -0,0 +1,9 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
# You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
LIBS += $(MOZ_JS_LIBS)
|
||||
|
||||
ifndef ZLIB_IN_MOZGLUE
|
||||
LIBS += $(MOZ_ZLIB_LIBS)
|
||||
endif
|
Loading…
Reference in New Issue
Block a user