Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1d549cb

Browse files
committed
[[ TimeZoneLibrary ]] Don't build resources data on windows host
1 parent 6bb3593 commit 1d549cb

File tree

1 file changed

+9
-1
lines changed
  • extensions/libraries/timezone/tz

1 file changed

+9
-1
lines changed

extensions/libraries/timezone/tz/tz.gyp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,19 @@
1919
'dependencies':
2020
[
2121
'libtz-build',
22-
'tzdata',
2322
],
2423

2524
'conditions':
2625
[
26+
[
27+
'host_os != "win"',
28+
{
29+
'dependencies':
30+
[
31+
'tzdata',
32+
],
33+
}
34+
],
2735
[
2836
'OS == "ios" and "iphoneos" in target_sdk',
2937
{

0 commit comments

Comments
 (0)