mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 02:59:55 +08:00
11 lines
254 B
Diff
11 lines
254 B
Diff
--- a/deps/zlib/zlib.gyp
|
|
+++ b/deps/zlib/zlib.gyp
|
|
@@ -8,6 +8,7 @@
|
|
'use_system_zlib%': 0,
|
|
'arm_fpu%': '',
|
|
},
|
|
+ 'include_dirs!': [ '<!@(echo "$STAGING_DIR"/usr/include)' ],
|
|
'conditions': [
|
|
['use_system_zlib==0', {
|
|
'targets': [
|