Skip to content

Commit 59da0a1

Browse files
committed
fix: remove copying unnecessary header file
1 parent aec8cdb commit 59da0a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ cp mu_srp/*.a $PROJECT_DIR/lib/
5050
printf "\nINFO: Copying header files for main libraries to project's include directory\n"
5151
cd $PROJECT_DIR/tmp/esp-idf3-homekit-sdk/components/homekit
5252
cp esp_hap_core/include/hap.h $PROJECT_DIR/include
53-
cp esp_hap_core/src/priv_includes/esp_hap_ip_services.h $PROJECT_DIR/include
5453
cp esp_hap_apple_profiles/include/*.h $PROJECT_DIR/include
5554

5655
cleanup $1

0 commit comments

Comments
 (0)