summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2016-11-24 21:27:41 +0100
committermanuel <manuel@mausz.at>2016-11-24 21:27:41 +0100
commit8cdf8dec703d882b46ca50a769fabb95ffc48e2c (patch)
treef7fe8233508f79d3dc94f8f445ce6342e7dfbdbb /scripts
parent5823b05feb29a59510c32a9c28ca18b50b9b6399 (diff)
downloadkodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.gz
kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.tar.bz2
kodi-pvr-build-8cdf8dec703d882b46ca50a769fabb95ffc48e2c.zip
sync with upstream
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sync_buildenv.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/sync_buildenv.sh b/scripts/sync_buildenv.sh
index 4aa1eb8..e22d052 100755
--- a/scripts/sync_buildenv.sh
+++ b/scripts/sync_buildenv.sh
@@ -32,11 +32,11 @@ echo -n "all" > project/cmake/addons/addons/pvr.dvbviewer/platforms.txt
32git add project/cmake/addons/addons/ 32git add project/cmake/addons/addons/
33 33
34# fix build bugs 34# fix build bugs
35for f in project/cmake/scripts/windows/c-flag-overrides.cmake project/cmake/scripts/windows/cxx-flag-overrides.cmake 35for f in project/cmake/scripts/windows/CFlagOverrides.cmake project/cmake/scripts/windows/CXXFlagOverrides.cmake
36do 36do
37 sed -i -re 's#CMAKE_C(XX)?_FLAGS(_(DEBUG|RELEASE))? #CMAKE_C\1_FLAGS\2_INIT #' $f 37 sed -i -re 's#CMAKE_C(XX)?_FLAGS(_(DEBUG|RELEASE))? #CMAKE_C\1_FLAGS\2_INIT #' $f
38 git add $f 38 git add $f
39done 39done
40 40
41sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE:${target}>#' project/cmake/scripts/common/addon-helpers.cmake 41sed -i -e 's#${LIBRARY_DIR}/${target}.pdb#$<TARGET_PDB_FILE:${target}>#' project/cmake/scripts/common/AddonHelpers.cmake
42git add project/cmake/scripts/common/addon-helpers.cmake 42git add project/cmake/scripts/common/AddonHelpers.cmake