[build scripts] correcting macOS TouchBar support artifact name

GitOrigin-RevId: 7605134b607cf52f890052bef34a42a641e91ca4
This commit is contained in:
Roman Shevchenko
2020-11-19 22:43:44 +01:00
committed by intellij-monorepo-bot
parent b849bef322
commit 43a5187ea6

View File

@@ -10,11 +10,11 @@ set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12.2)
add_compile_options("-fmodules" "-flto=full" "-Wall" "-Wextra" "-Wpedantic" "-Wno-newline-eof")
add_library(nst SHARED
add_library(nst64 SHARED
src/JTypes.h src/Button.m src/Popover.m src/Scrubber.m
src/ScrubberItemView.h src/ScrubberItemView.m
src/TouchBar.h src/TouchBar.m
src/Utils.h src/Utils.m
)
install(FILES $<TARGET_FILE:nst> DESTINATION ${CMAKE_CURRENT_LIST_DIR}/../../bin/mac RENAME "libnst64.dylib")
install(FILES $<TARGET_FILE:nst64> DESTINATION ${CMAKE_CURRENT_LIST_DIR}/../../bin/mac)