summaryrefslogtreecommitdiff
path: root/libs/JSystem/JMath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/JMath/Makefile')
-rw-r--r--libs/JSystem/JMath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/JMath/Makefile b/libs/JSystem/JMath/Makefile
index 327d59bc55..6f44bfa654 100644
--- a/libs/JSystem/JMath/Makefile
+++ b/libs/JSystem/JMath/Makefile
@@ -28,6 +28,6 @@ $(BUILD_DIR)/libJMath.a: $(LIBJMATH_A_O_FILES)
$(BUILD_DIR)/libs/JSystem/JMath/%.o: libs/JSystem/JMath/%.cpp
@mkdir -p $(@D)
@echo building... $<
- @iconv -f UTF-8 -t SHIFT-JIS -o $@.iconv.cpp $<
+ @iconv -f UTF-8 -t CP932 < $< > $@.iconv.cpp
@$(CC) $(CFLAGS) $(LIBJMATH_A_CFLAGS) -c -o $@ $@.iconv.cpp