Skip to content

Commit

Permalink
icu: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroBono authored and nacho committed Jan 16, 2025
1 parent a8f29ca commit 407823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvsbuild/projects/icu.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def build(self):
replace,
)

self.exec_msbuild(r"source\allinone\allinone.sln /t:cal /t:MakeData")
self.exec_msbuild(r"source\allinone\allinone.sln /p:SkipUWP=true")

if self.builder.opts.configuration == "debug":
self.install_pc_files("pc-files-debug")
Expand Down

0 comments on commit 407823e

Please sign in to comment.