Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build windows x86_64 binary #329

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Build windows x86_64 binary #329

wants to merge 7 commits into from

Conversation

avdv
Copy link
Owner

@avdv avdv commented Jun 18, 2024

  • Move terminal width implementation to C
  • ninja: No longer skip scala-native windows sources
  • ninja: Link to dbghelp when platform is Windows
  • ninja: Monkey patch windows/time.c
  • Add win32 compat hack
  • Add x86_64 windows target
  • CI: Add run windows executable step

avdv added 6 commits June 18, 2024 17:59
Makes it easier to deal with win32 / unix differences.
Otherwise, this would fail compilation because of the defines, and linking because of
duplicate symbols for tzset.
This adds missing scalanative C functions that are actually supported on win32 but
are restricted to compilation without _WIN32 defined, or adds stubs for functions that
are not actually supported on Windows.
@avdv avdv force-pushed the win32-cross branch 4 times, most recently from b302218 to cb3741c Compare June 18, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant