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

Can't build native extension if the name ends with "tlib" #452

Open
aglitchman opened this issue Sep 13, 2024 · 0 comments · May be fixed by #558
Open

Can't build native extension if the name ends with "tlib" #452

aglitchman opened this issue Sep 13, 2024 · 0 comments · May be fixed by #558
Assignees
Labels
Milestone

Comments

@aglitchman
Copy link
Contributor

aglitchman commented Sep 13, 2024

Describe the bug (REQUIRED)
Defold fails to build a native extension for Windows if its name ends with tlib.

To Reproduce (REQUIRED)
Steps to reproduce the behavior:

  1. New project
  2. Click on 'Native Extension'
  3. Rename the 'myextension' folder(!!) to 'netlib' (the name should end with tlib)
  4. Build
  5. See error

Expected behavior (REQUIRED)
The native extension should be built without errors.

Defold version (REQUIRED):

  • Version: 1.9.2, 1.9.3 BETA

Platforms (REQUIRED):

  • Platforms: Windows 10

Logs (OPTIONAL):
image

Workaround (OPTIONAL):
Change the folder name of the extension 😣

@aglitchman aglitchman added the bug label Sep 13, 2024
@britzl britzl transferred this issue from defold/defold Sep 16, 2024
@ekharkunov ekharkunov modified the milestones: Next release, 2.7.2 Oct 28, 2024
@ekharkunov ekharkunov self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants