-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Error about
"Preprocessing qt...
/bin/sh: 1: Syntax error: "then" unexpected (expecting ")")
I found in qt.mk line 137
sed -i.old 's/if \[ "$$$$XPLATFORM_MAC" = "yes" \]; then xspecvals=$$$$(macSDKify/if \[ "$$$$BUILD_ON_MAC" = "yes" \]; then xspecvals=$$$$(macSDKify/' qtbase/configure && \
I think it maybe should be
sed -i.old 's/if \[ "$$$$XPLATFORM_MAC" = "yes" \]; then xspecvals=$$$$macSDKify/if \[ "$$$$BUILD_ON_MAC" = "yes" \]; then xspecvals=$$$$macSDKify/' qtbase/configure && \
The only way other multiple $$$$ are used in the files in this project is directly in front of alpha-numeric characters, not a bracket.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels