Commit 30d289ab authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: hack to get working release builds, needs proper fixing

parent b99e46b0
......@@ -35,7 +35,7 @@ if test "${ACTION}" = "build"; then
target_modules="${target}/${modules}" # Should we consider using a different well-known folder like shared resources?
target_share="${target}/${share}" # Should we consider using a different well-known folder like shared resources?
target_include="${target}/${include}" # Should we consider using a different well-known folder like shared resources?
linked_libs=" "
linked_libs="${src_dir}/extras/contrib/lib/* "
##########################
# @function install_library(src_lib, dest_dir, type, lib_install_prefix, destination_name)
......
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