Skip to content

Conversation

@hadess
Copy link
Collaborator

@hadess hadess commented Oct 17, 2024

No description provided.

@hadess hadess mentioned this pull request Oct 17, 2024
@flathubbot
Copy link

Started test build 155021

@flathubbot
Copy link

Build 155021 failed

@hadess hadess marked this pull request as draft October 17, 2024 10:17
@hadess
Copy link
Collaborator Author

hadess commented Oct 17, 2024

The latest tip for BlastEm still has this in the Makefile:

ifeq ($(CPU),x86_64)
CFLAGS+=-DX86_64 -m64
LDFLAGS+=-m64
else
ifeq ($(CPU),i686)
CFLAGS+=-DX86_32 -m32
LDFLAGS+=-m32
else
$(error $(CPU) is not a supported architecture)
endif
endif

So upstream work should be done to fix this before we can build on all the Flathub supported platforms.

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.

2 participants