[DiscordArchive] it seems it can't find this "ios" module? What is it btw?
[DiscordArchive] it seems it can't find this "ios" module? What is it btw?
Archived author: Skarn • Posted: 2018-10-22T17:46:37.931000+00:00
Original source
extra_compile_args=['-O3', '-mmacosx-version-min=10.9', '-stdlib=libc++', '-Wdeprecated'],
extra_link_args=['-stdlib=libc++', '-mmacosx-version-min=10.9']
Archived author: Skarn • Posted: 2018-10-22T17:46:47.597000+00:00
Original source
Archived author: Deleted User • Posted: 2018-10-22T17:54:41.127000+00:00
Original source
Lol
Archived author: Deleted User • Posted: 2018-10-22T17:54:43.147000+00:00
Original source
Wtf
Archived author: schlumpf • Posted: 2018-10-22T18:03:09.862000+00:00
Original source
that sounds very wrong, but
Archived author: Skarn • Posted: 2018-10-22T18:03:20.588000+00:00
Original source
it builds though
Archived author: Skarn • Posted: 2018-10-22T18:03:24.257000+00:00
Original source
only with these
Archived author: Skarn • Posted: 2018-10-22T18:03:30.535000+00:00
Original source
classic C++
Archived author: schlumpf • Posted: 2018-10-22T18:03:44.728000+00:00
Original source
not c++ issue though
Archived author: Skarn • Posted: 2018-10-22T18:04:23.915000+00:00
Original source
well, this all stems from the fact that C++ does not have an official implementation. It has this standard that people have to adhere to, but often fail or interpret it differently. Hence, all the issues.