pip update

This commit is contained in:
2020-06-28 00:18:49 +03:00
parent 8363ad29ef
commit 65f3cc0698
4 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ else()
endif()
foreach(F ${PIP_FOLDERS})
list(APPEND PIP_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/pip/src_main/${F}")
list(APPEND PIP_INCLUDES "${CMAKE_CURRENT_SOURCE_DIR}/pip/lib/main/${F}")
endforeach(F)
#message(${PIP_INCLUDES})
if(CMAKE_CROSSCOMPILING OR (DEFINED ANDROID_PLATFORM))