Skip to content

Commit f5a4682

Browse files
committed
Build: using posix like slash in path to resources
1 parent b6ea7fa commit f5a4682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/make-make.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ if all [settings block? settings/defines][
429429
either flag? EXE [
430430
macro+ BIN_SUFFIX %.exe
431431
macro+ LIB_SUFFIX %.dll
432-
macro+ RES {"objs\r3.res"}
432+
macro+ RES {"objs/r3.res"}
433433
macro+ RM "@-rm -rf"
434434
][
435435
macro+ LIB_SUFFIX %.so

0 commit comments

Comments
 (0)