summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-03-14 18:22:35 +0100
committermanuel <manuel@mausz.at>2016-03-14 18:22:35 +0100
commite0bb1ca2adb966ae334f44faea0452ee9c46de32 (patch)
tree2d5c9f29370ed6edf7758f1b02ea2f9923f3d3cc /scripts
parent4b3b7807b7df1964778855b5c0daab4cc417bd91 (diff)
downloadkodi-pvr-build-e0bb1ca2adb966ae334f44faea0452ee9c46de32.tar.gz
kodi-pvr-build-e0bb1ca2adb966ae334f44faea0452ee9c46de32.tar.bz2
kodi-pvr-build-e0bb1ca2adb966ae334f44faea0452ee9c46de32.zip
fix build bug on windows
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sync_buildenv.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/sync_buildenv.sh b/scripts/sync_buildenv.sh
index 7905bb7..fa55279 100755
--- a/scripts/sync_buildenv.sh
+++ b/scripts/sync_buildenv.sh
@@ -30,3 +30,7 @@ mkdir -p project/cmake/addons/addons/pvr.dvbviewer
30echo -n "pvr.dvbviewer https://github.com/manuelm/pvr.dvbviewer $branch" > project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt 30echo -n "pvr.dvbviewer https://github.com/manuelm/pvr.dvbviewer $branch" > project/cmake/addons/addons/pvr.dvbviewer/pvr.dvbviewer.txt
31echo -n "all" > project/cmake/addons/addons/pvr.dvbviewer/platforms.txt 31echo -n "all" > project/cmake/addons/addons/pvr.dvbviewer/platforms.txt
32git add project/cmake/addons/addons/ 32git add project/cmake/addons/addons/
33
34# fix build bug
35sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE_NAME:${target}>#' project/cmake/scripts/common/addon-helpers.cmake
36git add project/cmake/scripts/common/addon-helpers.cmake