- Added dependencies
This commit is contained in:
parent
16291579e7
commit
c125c8f54e
@ -27,6 +27,8 @@ if (lipoexecutable)
|
|||||||
add_custom_target (scyther-mac
|
add_custom_target (scyther-mac
|
||||||
COMMAND lipo -create "${ppcfile}" "${intelfile}" -output scyther-mac
|
COMMAND lipo -create "${ppcfile}" "${intelfile}" -output scyther-mac
|
||||||
COMMENT "Generating Mac universal binary"
|
COMMENT "Generating Mac universal binary"
|
||||||
|
DEPENDS scyther-macintel
|
||||||
|
DEPENDS scyther-macppc
|
||||||
)
|
)
|
||||||
else (UBrequiredfiles)
|
else (UBrequiredfiles)
|
||||||
message (STATUS "No universal binary possible yet. Please do the following:")
|
message (STATUS "No universal binary possible yet. Please do the following:")
|
||||||
|
Loading…
Reference in New Issue
Block a user