diff options
| author | manuel <manuel@mausz.at> | 2016-03-15 16:12:07 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-03-15 16:12:07 +0100 |
| commit | 1d082f12b940e07655f966845f44fca15a505e3a (patch) | |
| tree | 0906098b68257be95593fa0a46c4b99a2b94f8d9 /scripts | |
| parent | d26f764e7dd4ff0246901868fb23b4b2b925d5dd (diff) | |
| download | kodi-pvr-build-1d082f12b940e07655f966845f44fca15a505e3a.tar.gz kodi-pvr-build-1d082f12b940e07655f966845f44fca15a505e3a.tar.bz2 kodi-pvr-build-1d082f12b940e07655f966845f44fca15a505e3a.zip | |
fix pdb again
Diffstat (limited to 'scripts')
| -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 |
