Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Add libiconv to mingw platform #1861

Merged
merged 1 commit into from Aug 10, 2018
Merged

Add libiconv to mingw platform #1861

merged 1 commit into from Aug 10, 2018

Conversation

msink
Copy link
Contributor

@msink msink commented Aug 10, 2018

> Task :backend.native:tests:interop_libiconv

execution: F:\src\kotlin-native-msink\test.output\local/interop_libiconv/libiconv.exe
72 72
101 101
108 108
108 108
111 111
33 33


Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See https://docs.gradle.org/4.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 11s

linkerOpts = -Wl,-Bstatic -liconv -Wl,-Bdynamic

---
#include <iconv.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better #include "iconv.h" or headers = iconv.h

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even better:

headers = iconv.h
headerFilter = NOTHING

Now libiconv_* variants are not visible.

@olonho olonho merged commit 2876acd into JetBrains:master Aug 10, 2018
@msink msink deleted the libiconv branch August 10, 2018 11:54
@cy6erGn0m
Copy link
Contributor

Shouldn't it be in 0.8.2?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants