summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-06-02 11:26:08 +0300
committerarcadia-devtools <[email protected]>2022-06-02 11:26:08 +0300
commit93a0ab6f7396b8a918950567995e4fffe880c60c (patch)
treedf0d626bab9c1a5e1a2facbd6e08fbe7bff7c071 /cmake
parentd8af2a4a8a6ba7c67c6c95a9ffa65ecb9f5585e1 (diff)
intermediate changes
ref:25788563f418e034cf98880ca2dc401f2f59f84d
Diffstat (limited to 'cmake')
-rw-r--r--cmake/yandex_common.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/yandex_common.cmake b/cmake/yandex_common.cmake
index b6c43937b46..f54398077e8 100644
--- a/cmake/yandex_common.cmake
+++ b/cmake/yandex_common.cmake
@@ -135,7 +135,7 @@ function(use_export_script Target ExportFile)
set(EXPORT_SCRIPT_FLAVOR msvc)
elseif(APPLE)
execute_process(
- COMMAND Python3_EXECUTABLE ${CMAKE_SOURCE_DIR}/build/scripts/export_script_gen.py ${ExportFile} --format darwin
+ COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/build/scripts/export_script_gen.py ${ExportFile} - --format darwin
RESULT_VARIABLE _SCRIPT_RES
OUTPUT_VARIABLE _SCRIPT_FLAGS
ERROR_VARIABLE _SCRIPT_STDERR