mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[CMAKE]
* Fix IMAGEBASE handling. svn path=/trunk/; revision=64780
This commit is contained in:
parent
3331eff2ba
commit
2e2fd94fa3
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ function(set_module_type MODULE TYPE)
|
|||
|
||||
#set base address
|
||||
if(__module_IMAGEBASE)
|
||||
set_image_base(${MODULE} __module_IMAGEBASE)
|
||||
set_image_base(${MODULE} ${__module_IMAGEBASE})
|
||||
elseif(${TYPE} STREQUAL win32dll)
|
||||
if(DEFINED baseaddress_${MODULE})
|
||||
set_image_base(${MODULE} ${baseaddress_${MODULE}})
|
||||
|
|
Loading…
Reference in a new issue