mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Temporarily ifdef jsapi-tests on wince, so the rest of the tests can run. r=ted
This commit is contained in:
parent
3b0a23450f
commit
ca5aa4b4ac
@ -59,9 +59,12 @@ ifndef JS_DISABLE_SHELL
|
||||
DIRS += shell
|
||||
endif
|
||||
|
||||
# FIXME: bug 515383 covers getting these working on wince
|
||||
ifndef WINCE
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += jsapi-tests
|
||||
endif
|
||||
endif
|
||||
|
||||
MODULE = js
|
||||
LIBRARY_NAME = mozjs
|
||||
|
Loading…
Reference in New Issue
Block a user