Skip to content

Commit

Permalink
Define HAVE_SYS_STAT_H in msys
Browse files Browse the repository at this point in the history
  • Loading branch information
willson-chen authored and vapier committed Oct 28, 2019
1 parent c12ce7f commit eec2c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/msys/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CFLAGS_EXTRA=$2 # Extra C flags

LOG=run_tests.log

CFLAGS="-g -Igdtest/ -I. -I../src/ -D_WIN32 $CFLAGS_EXTRA"
CFLAGS="-g -Igdtest/ -I. -I../src/ -D_WIN32 -DHAVE_SYS_STAT_H $CFLAGS_EXTRA"
LDFLAGS='-L../src -llibgd'
DLLPATH=../src:$DLLPATH_EXTRA

Expand Down

0 comments on commit eec2c48

Please sign in to comment.