Merge branch 'qmake-to-cmake-migration' of github.com:amnezia-vpn/desktop-client into feature/qt6-libssh-support
This commit is contained in:
commit
efcd291e65
2 changed files with 4 additions and 3 deletions
|
|
@ -27,7 +27,8 @@ find_package(Qt6 REQUIRED COMPONENTS
|
|||
)
|
||||
|
||||
if(IOS)
|
||||
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh)
|
||||
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh args
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/client)
|
||||
endif()
|
||||
|
||||
set(IS_CI ${CI})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue