File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ def run(self): # noqa C901
790790 # platform-specific files using InstallerBuildExt.
791791 ext_modules = [
792792 BuiltFile (
793- src_dir = "%CMAKE_CACHE_DIR%/third-party/flatc_proj /bin/" ,
793+ src_dir = "%CMAKE_CACHE_DIR%/third-party/flatc_ep /bin/" ,
794794 src_name = "flatc" ,
795795 dst = "executorch/data/bin/" ,
796796 is_executable = True ,
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ endif()
3434# Otherwise, flatc will target the project's toolchain (i.e. iOS, or Android).
3535ExternalProject_Add(
3636 flatbuffers_ep
37- PREFIX ${CMAKE_CURRENT_BINARY_DIR} /flatc_proj
38- BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} /flatc_proj /src/build
37+ PREFIX ${CMAKE_CURRENT_BINARY_DIR} /flatc_ep
38+ BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} /flatc_ep /src/build
3939 SOURCE_DIR ${PROJECT_SOURCE_DIR} /third-party/flatbuffers
4040 CMAKE_ARGS -DFLATBUFFERS_BUILD_FLATC=ON
4141 -DFLATBUFFERS_INSTALL=ON
You can’t perform that action at this time.
0 commit comments