aboutsummaryrefslogtreecommitdiff
path: root/project/cmake/scripts
diff options
context:
space:
mode:
authorFneufneu <fneufneu@xbmc.org>2014-10-10 16:02:41 +0200
committerFneufneu <fneufneu@xbmc.org>2014-12-15 21:38:21 +0100
commit4949be256667f3e500e52b7084476ae1f2b00d92 (patch)
treec7364d945b47e9d9e971c288652e77a8d7bd2eee /project/cmake/scripts
parent135fe8734924f79cedace50986a0fa4f12d76647 (diff)
change xbmc/ path to src/ in all files
Diffstat (limited to 'project/cmake/scripts')
-rw-r--r--project/cmake/scripts/common/prepare-env.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/cmake/scripts/common/prepare-env.cmake b/project/cmake/scripts/common/prepare-env.cmake
index c0b5217ac9..bd839ab910 100644
--- a/project/cmake/scripts/common/prepare-env.cmake
+++ b/project/cmake/scripts/common/prepare-env.cmake
@@ -54,7 +54,7 @@ configure_file(${APP_ROOT}/project/cmake/xbmc-config.cmake.in ${XBMC_LIB_DIR}/xb
### copy all the addon binding header files to include/kodi
# parse addon-bindings.mk to get the list of header files to copy
-file(STRINGS ${APP_ROOT}/xbmc/addons/addon-bindings.mk bindings)
+file(STRINGS ${APP_ROOT}/src/addons/addon-bindings.mk bindings)
string(REPLACE "\n" ";" bindings "${bindings}")
foreach(binding ${bindings})
string(REPLACE " =" ";" binding "${binding}")
@@ -74,4 +74,4 @@ foreach(binding ${bindings})
#warning DEPRECATION_WARNING
#endif
#include \"kodi/${headerfile}\"")
-endforeach() \ No newline at end of file
+endforeach()