Skip to content

Commit 665ffc8

Browse files
committed
update build scripts for Windows - fix typo
1 parent db00c00 commit 665ffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pex:
2424
ifeq ($(USE_MISC_BUILD),yes)
2525
pex \
2626
-v -o $(output_dir)/$(output_filename)$(output_file_extension) -m user_sync.app \
27-
-f misc_build_location \
27+
-f $(misc_build_location) \
2828
--disable-cache \
2929
--not-zip-safe .
3030
-$(RM) wheelhouse

0 commit comments

Comments
 (0)