mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 18:03:30 +08:00
[build] fix windows build under mingw
The path to resource file was wrong.
This commit is contained in:
parent
4e2e7e0eae
commit
d9fda957e7
@ -23,7 +23,7 @@ include_directories(..)
|
||||
set(${MODULE_PREFIX}_SRCS
|
||||
wfreerdp.c
|
||||
wfreerdp.h
|
||||
../wfreerdp.rc)
|
||||
../resource/wfreerdp.rc)
|
||||
|
||||
# On windows create dll version information.
|
||||
# Vendor, product and year are already set in top level CMakeLists.txt
|
||||
|
Loading…
Reference in New Issue
Block a user