Skip to content

Commit

Permalink
misc: use pywinmake master
Browse files Browse the repository at this point in the history
Change-Id: Ia987cd940ac7abf398358c21f7358d1c545ba932
  • Loading branch information
atraczyk committed Nov 3, 2023
1 parent 346a9d1 commit 8a42f96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "extras/scripts/pywinmake"]
path = extras/scripts/pywinmake
url = https://review.jami.net/pywinmake
branch = master
2 changes: 1 addition & 1 deletion extras/scripts/pywinmake
Submodule pywinmake updated from 512c36 to dd5c8f
2 changes: 1 addition & 1 deletion extras/scripts/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def build_from_dir(path, out_dir=None):
builder = MetaBuilder(base_dir=path)
# Build the package at the given path.
out_dir = os.path.join(path, "build") if out_dir is None else out_dir
pkg = Package(src_dir=path, build_dir=out_dir)
pkg = Package(src_dir=path, buildsrc_dir=out_dir)
builder.build(pkg)

def main():
Expand Down

0 comments on commit 8a42f96

Please sign in to comment.