summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-03-15 16:12:07 +0100
committermanuel <manuel@mausz.at>2016-03-15 16:12:07 +0100
commit1d082f12b940e07655f966845f44fca15a505e3a (patch)
tree0906098b68257be95593fa0a46c4b99a2b94f8d9 /scripts
parentd26f764e7dd4ff0246901868fb23b4b2b925d5dd (diff)
downloadkodi-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-xscripts/sync_buildenv.sh2
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
39done 39done
40 40
41sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE_NAME:${target}>#' project/cmake/scripts/common/addon-helpers.cmake 41sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE:${target}>#' project/cmake/scripts/common/addon-helpers.cmake
42git add project/cmake/scripts/common/addon-helpers.cmake 42git add project/cmake/scripts/common/addon-helpers.cmake