mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
framework macro typofix
This commit is contained in:
parent
d4c73c8733
commit
fa14b8c3a9
|
|
@ -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…
Reference in a new issue