提交 f83238ff 编写于 作者: C Colin Edwards

Changes for macos arm

上级 dc0af42f
...@@ -381,7 +381,7 @@ target_link_libraries(obs ...@@ -381,7 +381,7 @@ target_link_libraries(obs
if (APPLE) if (APPLE)
target_link_libraries(obs target_link_libraries(obs
Qt5::MacExtras) Qt5::MacExtras)
set_target_properties(obs PROPERTIES LINK_FLAGS "-pagezero_size 10000 -image_base 100000000")
endif() endif()
set_target_properties(obs PROPERTIES FOLDER "frontend") set_target_properties(obs PROPERTIES FOLDER "frontend")
......
...@@ -65,7 +65,6 @@ else() ...@@ -65,7 +65,6 @@ else()
endif() endif()
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/obs-vst/CMakeLists.txt") if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/obs-vst/CMakeLists.txt")
add_subdirectory(obs-vst)
else() else()
message(STATUS "obs-vst submodule not found! Please fetch/update submodules. obs-vst plugin disabled.") message(STATUS "obs-vst submodule not found! Please fetch/update submodules. obs-vst plugin disabled.")
endif() endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册