We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db00c00 commit 665ffc8Copy full SHA for 665ffc8
Makefile
@@ -24,7 +24,7 @@ pex:
24
ifeq ($(USE_MISC_BUILD),yes)
25
pex \
26
-v -o $(output_dir)/$(output_filename)$(output_file_extension) -m user_sync.app \
27
- -f misc_build_location \
+ -f $(misc_build_location) \
28
--disable-cache \
29
--not-zip-safe .
30
-$(RM) wheelhouse
0 commit comments