diff options
| -rwxr-xr-x | scripts/sync_buildenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sync_buildenv.sh b/scripts/sync_buildenv.sh index 9f24348..4aa1eb8 100755 --- a/scripts/sync_buildenv.sh +++ b/scripts/sync_buildenv.sh | |||
| @@ -38,5 +38,5 @@ do | |||
| 38 | git add $f | 38 | git add $f |
| 39 | done | 39 | done |
| 40 | 40 | ||
| 41 | sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE_NAME:${target}>#' project/cmake/scripts/common/addon-helpers.cmake | 41 | sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE:${target}>#' project/cmake/scripts/common/addon-helpers.cmake |
| 42 | git add project/cmake/scripts/common/addon-helpers.cmake | 42 | git add project/cmake/scripts/common/addon-helpers.cmake |
