Skip to content

Commit

Permalink
autogen.sh: Run tools/make_specfiles.
Browse files Browse the repository at this point in the history
If you don't call tools/make_specfiles then build will fail saying it's
missing ntsyscalls.h.

Link: ValveSoftware/wine#239
  • Loading branch information
jhollingworth authored and bylaws committed Sep 6, 2024
1 parent 65f32d7 commit 2ca0714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e
tools/make_requests
dlls/winevulkan/make_vulkan -x vk.xml
tools/make_specfiles
autoreconf -ifv
rm -rf autom4te.cache

Expand Down

0 comments on commit 2ca0714

Please sign in to comment.