mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 08:20:45 +00:00
framework macro typofix
This commit is contained in:
parent
d4c73c8733
commit
fa14b8c3a9
1 changed files with 1 additions and 1 deletions
|
|
@ -128,6 +128,6 @@ endmacro (filterOut)
|
|||
################# apple frameworks ###################
|
||||
macro(addFramework framework)
|
||||
if (APPLE)
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES}"-framework ${framework}")
|
||||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} "-framework ${framework}")
|
||||
endif()
|
||||
endmacro()
|
||||
Loading…
Add table
Add a link
Reference in a new issue