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: fix link option #949

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

webispy
Copy link
Collaborator

@webispy webispy commented May 28, 2024

Fix link option to support multiple platform such as WIN32

  • -lnugu changed to libnugu
  • -lstdc++ with MINGW moved to ${pkgs_LDFLAGS}
  • ${pkgs_LDFLAGS} changed to ${COMMON_LDFLAGS}

@webispy webispy added this to the v1.7.6 milestone May 28, 2024
@webispy webispy added the ci/cd/build CI/CD/Build (github apps, travis, ...) label May 28, 2024
Fix link option to support multiple platform such as WIN32

- `-lnugu` changed to `libnugu`
- `-lstdc++` with MINGW moved to `${pkgs_LDFLAGS}`
- `${pkgs_LDFLAGS}` changed to `${COMMON_LDFLAGS}`

Signed-off-by: Inho Oh <webispy@gmail.com>
@kimhyungrok kimhyungrok merged commit 06b14ab into nugu-developers:master May 29, 2024
12 checks passed
@webispy webispy deleted the fix_ldflags branch May 29, 2024 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd/build CI/CD/Build (github apps, travis, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants