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

Commit 59b3d7c

Browse files
committed
Fixed reference to rc file for wlua
1 parent 4f5eb16 commit 59b3d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ target_link_libraries ( luac ${LIBS} )
135135

136136
# On windows a variant of the lua interpreter without console output needs to be built
137137
if ( LUA_BUILD_WLUA )
138-
add_executable ( wlua WIN32 src/wmain.c ${SRC_LUA} ${LUA_RC} )
138+
add_executable ( wlua WIN32 src/wmain.c ${SRC_LUA} src/lua.rc )
139139
target_link_libraries ( wlua liblua )
140140
install_executable ( wlua )
141141
endif ( )

0 commit comments

Comments
 (0)