File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 333333 # 'InterlockedDecrement' undefined; assuming extern returning int.
334334 4013 ,
335335 ],
336+ "include_dirs" : [
337+ "libgit2/deps/regex"
338+ ],
336339 "sources" : [
337340 "libgit2/src/win32/w32_buffer.c" ,
338341 "libgit2/src/win32/w32_buffer.h" ,
390393 ],
391394 "include_dirs" : [
392395 "libgit2/include" ,
393- "libgit2/src" ,
394- "libgit2/deps/regex"
396+ "libgit2/src"
395397 ],
396398 "direct_dependent_settings" : {
397399 "include_dirs" : [
427429 "STDC" ,
428430 "NO_GZIP" ,
429431 ],
432+ "conditions" : [
433+ ["OS=='win'" , {
434+ "include_dirs" : [
435+ "libgit2/deps/regex"
436+ ]
437+ }]
438+ ],
430439 "include_dirs" : [
431- "libgit2/include" ,
432- "libgit2/deps/regex" ,
440+ "libgit2/include"
433441 ],
434442 "direct_dependent_settings" : {
435443 "include_dirs" : [
You can’t perform that action at this time.
0 commit comments