Skip to content

Commit

Permalink
fixup! Generate def file to exports all functions in dll
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Feb 17, 2024
1 parent e670762 commit af6c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def configure(build_type):
"gendef",
inputs=[
"$builddir/" + x + ".obj"
for x in (cxx_sources + pbg3_sources + ["stubs"])
for x in (main_sources + cxx_sources + pbg3_sources + ["stubs"])
],
implicit=["scripts/gendef.py"],
)
Expand Down

0 comments on commit af6c6ce

Please sign in to comment.