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.
-target
libfswatch
1 parent 0c33897 commit f45327dCopy full SHA for f45327d
Makefile
@@ -186,7 +186,7 @@ $(BUILD)/fswatch: $(MAKE_VAR_CACHE)/FSWATCH_RELEASE_URL
186
# Build the static library for the fswatch library sourece code to build it.
187
LIB_FSWATCH?=$(BUILD)/fswatch/libfswatch/src/libfswatch/.libs/libfswatch.a
188
$(LIB_FSWATCH): $(BUILD)/fswatch
189
- cd $^ && ./configure && make
+ cd $^ && env CFLAGS="-target $(CLANG_TARGET_PLATFORM)" ./configure && make
190
191
# Download the runtime bitcode library we have built separately.
192
# See github.com/savi-lang/runtime-bitcode for more info.
0 commit comments