Skip to content

Build on all supported platforms - #16

Draft
hadess wants to merge 1 commit into
masterfrom
wip/hadess/build-arm
Draft

Build on all supported platforms#16
hadess wants to merge 1 commit into
masterfrom
wip/hadess/build-arm

Conversation

@hadess

@hadess hadess commented Oct 17, 2024

Copy link
Copy Markdown
Collaborator

No description provided.

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

Copy link
Copy Markdown

Started test build 155021

@flathubbot

Copy link
Copy Markdown

Build 155021 failed

@hadess
hadess marked this pull request as draft October 17, 2024 10:17
@hadess

hadess commented Oct 17, 2024

Copy link
Copy Markdown
Collaborator Author

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