Skip to content

Commit

Permalink
arkit source path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 17, 2024
1 parent ade0ede commit 4213ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const copyAndroidFiles = async () => {
});

await new Promise(resolve => {
gulp.src('../Package/iOS/Build/_deps/babylonnative-src/Dependencies/xr/Source/ARCore/Include/*')
gulp.src('../Package/Android/Build/_deps/babylonnative-src/Dependencies/xr/Source/ARCore/Include/*')
.pipe(gulp.dest(`${assemblediOSAndroidDir}/android/include`))
.on('end', resolve);
});
Expand Down

0 comments on commit 4213ffc

Please sign in to comment.