Commit d87c31a0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/Framework/project.pbxproj: Don't force the user to use 'build' as SYMROOT.

parent 9aa62073
......@@ -518,7 +518,6 @@
);
PRODUCT_NAME = VLC;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
SYMROOT = build;
VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
VLC_SRC_DIR = ../../..;
......@@ -561,7 +560,6 @@
);
PRODUCT_NAME = VLC;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
SYMROOT = build;
VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
VLC_SRC_DIR = ../../..;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment