Skip to content

Commit 2220f86

Browse files
committed
Update
[ghstack-poisoned]
1 parent d78f795 commit 2220f86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

third-party/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ endif()
3434
# Otherwise, flatc will target the project's toolchain (i.e. iOS, or Android).
3535
ExternalProject_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

0 commit comments

Comments
 (0)