Skip to content

Commit

Permalink
update libmagic to file/file@361fc37
Browse files Browse the repository at this point in the history
this fixes things on Windows
  • Loading branch information
mscdex committed Jan 15, 2013
1 parent 2c06ccf commit 41113d1
Show file tree
Hide file tree
Showing 9 changed files with 360 additions and 198 deletions.
5 changes: 1 addition & 4 deletions deps/libmagic/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'dependencies': [
'pcre/binding.gyp:pcre',
],
'defines': [ 'HAVE_CONFIG_H', 'VERSION="5.12"' ],
'defines': [ 'HAVE_CONFIG_H', 'VERSION="5.12.1"' ],
'conditions': [
[ 'OS=="win"', {
'sources': [
Expand All @@ -20,9 +20,6 @@
'src/vasprintf.c',
],
'include_dirs': [ 'msvc', 'config/win' ],
#'defines': [
# 'WIN32', '_WIN32', '_USE_32BIT_TIME_T'
#],
'libraries': [
'shlwapi.lib'
],
Expand Down
Loading

0 comments on commit 41113d1

Please sign in to comment.