Skip to content

Commit

Permalink
copy doesn't happen
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 17, 2024
1 parent 4882c2b commit d197b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ const copyIOSFiles = async () => {
.on('end', resolve);
});

shelljs.mkdir('-p', `${assemblediOSAndroidDir}/android/include`);
// this file is part of Android but copied from iOS cmake fetching because easier than finding gradle temp build directory
await new Promise(resolve => {
gulp.src('../Package/iOS/Build/_deps/babylonnative-src/Dependencies/xr/Source/ARCore/Include/*')
Expand Down

0 comments on commit d197b67

Please sign in to comment.