aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/TexturePacker/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/TexturePacker/Makefile.in b/tools/TexturePacker/Makefile.in
index 6058c043da..52a0de5eb2 100644
--- a/tools/TexturePacker/Makefile.in
+++ b/tools/TexturePacker/Makefile.in
@@ -21,4 +21,4 @@ all: $(TARGET)
include ../../Makefile.include
$(TARGET): $(OBJS)
- $(CXX) $(OBJS) $(LDFLAGS) $(LIBS) -o $(TARGET)
+ $(CXX) $(CXXFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o $(TARGET)