mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-23 09:54:26 +08:00
winpr: Don't build tools for Android and iOS
This commit is contained in:
parent
4caaa7a1d3
commit
7518170cd4
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
@ -1 +1,2 @@
|
||||
!*.sh
|
||||
regenerate_jni_headers.sh
|
||||
|
@ -73,4 +73,6 @@ add_subdirectory(include)
|
||||
|
||||
add_subdirectory(libwinpr)
|
||||
|
||||
add_subdirectory(tools)
|
||||
if(NOT ANDROID AND NOT IOS)
|
||||
add_subdirectory(tools)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user