aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/xcodebuild.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/xcodebuild.cmake')
-rw-r--r--cmake/xcodebuild.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/xcodebuild.cmake b/cmake/xcodebuild.cmake
index 3c7be51..cc72c60 100644
--- a/cmake/xcodebuild.cmake
+++ b/cmake/xcodebuild.cmake
@@ -63,7 +63,7 @@ function(xcodebuild framework)
${framework}
DEPENDS ${xcb_DEPENDS}
- PREFIX ${PROJECT_BINARY_DIR}/external/${framework}
+ PREFIX ${PROJECT_BINARY_DIR}
# The source directory doesn't actually matter
SOURCE_DIR ${PROJECT_SOURCE_DIR}