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-sys: fix out-of-tree mingw compilation #453

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

elmarco
Copy link
Contributor

@elmarco elmarco commented Feb 7, 2022

x86_64-w64-mingw32-windres -i ../../../src/odbc/setup.rc --input-format=rc -o setup.res -O coff
../../../src/odbc/setup.rc:19:10: fatal error: version.rc: No such file or directory
   19 | #include "version.rc"
      |          ^~~~~~~~~~~~

x86_64-w64-mingw32-windres -i ../../../src/odbc/setup.rc --input-format=rc -o setup.res -O coff
../../../src/odbc/setup.rc:19:10: fatal error: version.rc: No such file or directory
   19 | #include "version.rc"
      |          ^~~~~~~~~~~~

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
@freddy77 freddy77 merged commit f22a221 into FreeTDS:master Feb 9, 2022
@fziglio
Copy link

fziglio commented Feb 9, 2022

Merged, thanks!

@fziglio
Copy link

fziglio commented Feb 9, 2022

Backported to 1.3 version.

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.

None yet

3 participants