Skip to content

Commit

Permalink
Merge pull request #9378 from bkuhls/texturepacker_gcc46
Browse files Browse the repository at this point in the history
native/TexturePacker: fix compilation with gcc 4.6
  • Loading branch information
MartijnKaijser committed Apr 24, 2016
2 parents 2e582c5 + 2b395fb commit d4b7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/native/TexturePacker/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects

AM_CFLAGS = -DTARGET_POSIX -DUSE_LZO_PACKING
AM_CFLAGS += @EXTRA_DEFINES@
AM_CXXFLAGS = $(AM_CFLAGS) -std=c++11
AM_CXXFLAGS = $(AM_CFLAGS) -std=c++0x

AM_CPPFLAGS = \
-I. \
Expand Down

0 comments on commit d4b7b8f

Please sign in to comment.