Skip to content

Commit

Permalink
Merge pull request firebreath#97 from bor0/master
Browse files Browse the repository at this point in the history
Added additional flags for WIX_LIGHT only: ${WIX_LIGHT_FLAGS}
  • Loading branch information
taxilian committed Apr 23, 2013
2 parents a0ae7ba + 2451c50 commit b044ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/wix.cmake
Expand Up @@ -205,7 +205,7 @@ if (WIN32)

ADD_CUSTOM_COMMAND( TARGET ${_project} POST_BUILD
COMMAND ${WIX_LIGHT}
ARGS ${WIX_LINK_FLAGS_A} ${EXT_FLAGS} -out "${_target}" ${${_sources}}
ARGS ${WIX_LIGHT_FLAGS} ${WIX_LINK_FLAGS_A} ${EXT_FLAGS} -out "${_target}" ${${_sources}}
DEPENDS ${${_sources}}
COMMENT "Linking ${${_sources}} -> ${_target}"
)
Expand Down

0 comments on commit b044ccd

Please sign in to comment.