Merge pull request #3083 from Ashutosh0x:fix/mingw-linker-stack
PiperOrigin-RevId: 871828475 Change-Id: I8abe526a81b9c1f51307729b5dde01aad809ff97
This commit is contained in:
@@ -51,6 +51,8 @@ endif()
|
||||
|
||||
include(MujocoLinkOptions)
|
||||
get_mujoco_extra_link_options(EXTRA_LINK_OPTIONS)
|
||||
list(FILTER EXTRA_LINK_OPTIONS EXCLUDE REGEX "STACK")
|
||||
list(FILTER EXTRA_LINK_OPTIONS EXCLUDE REGEX "stack")
|
||||
add_link_options(${EXTRA_LINK_OPTIONS})
|
||||
|
||||
include(MujocoMacOS)
|
||||
|
||||
Reference in New Issue
Block a user