Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
6a682a8e
Commit
6a682a8e
authored
Jul 26, 2020
by
Nadia Holmquist Pedersen
Browse files
Link iconv instead of ${Iconv_LIBRARIES} because idk Windows
parent
a1f939e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/qt_sdl/CMakeLists.txt
View file @
6a682a8e
...
...
@@ -72,7 +72,7 @@ else()
endif
()
if
(
NOT Iconv_IS_BUILT_IN
)
target_link_libraries
(
melonDS
${
I
conv
_LIBRARIES
}
)
target_link_libraries
(
melonDS
i
conv
)
endif
()
if
(
UNIX
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment