Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Adjust architecture file name used for built library files #4

Merged
merged 2 commits into from
Jul 3, 2021

Conversation

olof-nord
Copy link
Collaborator

@olof-nord olof-nord commented Jun 16, 2021

In order to allow easier pipeline and Makefile usage, rename the library file as to adhere to the architecture output of uname --machine

@olof-nord olof-nord changed the title Adjust file name used for built x64 library file Adjust architecture file name used for built library files Jun 16, 2021
@nanu-c nanu-c merged commit 30e29f1 into main Jul 3, 2021
@nanu-c
Copy link
Owner

nanu-c commented Jul 4, 2021

This is missing the imports from cgo:

#cgo linux,amd64 LDFLAGS: -L${SRCDIR}/lib '-Wl,-rpath,$$ORIGIN/' -lzkgroup_linux_amd64
#cgo linux,arm64 LDFLAGS: -L${SRCDIR}/lib '-Wl,-rpath,$$ORIGIN/' -lzkgroup_linux_arm64
#cgo linux,arm LDFLAGS: -L${SRCDIR}/lib '-Wl,-rpath,$$ORIGIN/' -lzkgroup_linux_armhf

@olof-nord olof-nord deleted the rename-built-x86_64-library branch July 8, 2021 08:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants