Skip to content

Commit 74aa31c

Browse files
committed
Windows: fix xst build
1 parent 66f2c64 commit 74aa31c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xs/makefiles/win/xst.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ $(OBJECTS) : $(SRC_DIR)\xsScript.h
180180
cd $(TMP_DIR)
181181
cl $< $(C_OPTIONS)
182182
rename *.obj *.o
183-
{$(MODDABLE)\modules\datatext\decoder\}.c{$(TMP_DIR)\}.o:
184-
cd $(TMP_DIR)
183+
{$(MODDABLE)\modules\data\text\decoder\}.c{$(TMP_DIR)\}.o:
184+
cd $(TMP_DIR)
185185
cl $< $(C_OPTIONS)
186186
rename *.obj *.o
187187
{$(MODDABLE)\modules\data\text\encoder\}.c{$(TMP_DIR)\}.o:

0 commit comments

Comments
 (0)