We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882b91c commit 0419805Copy full SHA for 0419805
NativeScript/CMakeLists.txt
@@ -88,8 +88,6 @@ if(ENABLE_JS_RUNTIME)
88
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DENABLE_JS_RUNTIME")
89
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DENABLE_JS_RUNTIME")
90
elseif(TARGET_PLATFORM_MACOS)
91
- # If building a generic library for macOS, we'll build a dylib instead of a framework
92
- unset(BUILD_FRAMEWORK)
93
set(GENERIC_NAPI TRUE)
94
endif()
95
0 commit comments