summaryrefslogtreecommitdiffstats
path: root/scripts/sync_buildenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sync_buildenv.sh')
-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