Skip to content

[Feature] facilitate autogen.bat #394

Open
@reg31

Description

@reg31

Hi,

As a nice-to-have, you could add cd %~dp0 to autogen.bat so this will garantee that the script runs in current folder, such as:

@echo off
cd %~dp0
REM Run this to set up the build system: configure, makefiles, etc.

https://github.com/xiph/opus/blob/main/autogen.bat

This will allow to run the script simply by double click on Windows, instead of having to fire the terminal, navigate to the folder and run the script from here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions