mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Fix bad variable syntax in r199413
llvm-svn: 199447
This commit is contained in:
parent
51ef33c946
commit
1c4aa146bc
2
Makefile
2
Makefile
@ -115,7 +115,7 @@ cross-compile-build-tools:
|
||||
unset SDKROOT ; \
|
||||
unset UNIVERSAL_SDK_PATH ; \
|
||||
configure_opts= ; \
|
||||
if test "$ENABLE_LIBCPP" -ne 0 ; then \
|
||||
if test "$(ENABLE_LIBCPP)" -ne 0 ; then \
|
||||
configure_opts="$$configure_opts --enable-libcpp"; \
|
||||
fi; \
|
||||
$(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \
|
||||
|
Loading…
Reference in New Issue
Block a user