Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 5a18d87

Browse files
committed
cmake: fixed path style in .rc for mingw cross compile from linux
1 parent 03b4264 commit 5a18d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lua.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0 ICON "..\\etc\\lua.ico"
1+
0 ICON "../etc/lua.ico"
22

33
1 VERSIONINFO
44
FILEVERSION 5,1,4,0

src/luac.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0 ICON "..\\etc\\lua.ico"
1+
0 ICON "../etc/lua.ico"

0 commit comments

Comments
 (0)