We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf4b7a commit c4f0f5cCopy full SHA for c4f0f5c
1 file changed
scripts/versioning.sh
@@ -25,7 +25,7 @@ function build_versioned_components()
25
xbb_set_binaries_install "${XBB_DEPENDENCIES_INSTALL_FOLDER_PATH}"
26
xbb_set_libraries_install "${XBB_DEPENDENCIES_INSTALL_FOLDER_PATH}"
27
28
- if [ "${XBB_TARGET_PLATFORM}" == "darwin" ]
+ if true # [ "${XBB_TARGET_PLATFORM}" == "darwin" ]
29
then
30
# https://ftp.gnu.org/pub/gnu/libiconv/
31
build_libiconv "1.17" # "1.16"
0 commit comments