Commit 9fed85e9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Fix the release target of the framework.

parent 0ce8daf7
......@@ -635,7 +635,6 @@
VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
VLC_SRC_DIR = ../../..;
WRAPPER_EXTENSION = framework;
ZERO_LINK = YES;
};
name = Debug;
};
......@@ -675,7 +674,7 @@
PRODUCT_NAME = VLCKit;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
SDKROOT = macosx10.5;
VLC_BUILD_DIR = "$(VLC_SRC_DIR)";
VLC_BUILD_DIR = "$(SYMROOT)/vlc_build_dir";
VLC_FRAMEWORK = "$(TARGET_BUILD_DIR)/$(PROJECT_NAME).framework";
VLC_SRC_DIR = ../../..;
WRAPPER_EXTENSION = framework;
......
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