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.
2 parents 8f7bfbb + 3121740 commit 319fd19Copy full SHA for 319fd19
Makefile
@@ -32,4 +32,4 @@ OHAND_SOURCES = $(addprefix $(PWD)/ohand/jni/, $(OHAND_FILES))
32
33
ohand-pc: $(OHAND_SOURCES) $(FAKE_C) $(FAKE_H)
34
@echo $(OHAND_SOURCES)
35
- $(CC) -Wall -g -D_PC_VERSION=1 -include $(FAKE_H) $(FAKE_FLAGS) $(OHAND_SOURCES) $(FAKE_C) -I$(PWD)/ohand/jni -o ohand-pc $(FAKE_LIBS)
+ $(CC) -Wall -g -D_PC_VERSION=1 -include $(FAKE_H) $(FAKE_CFLAGS) $(OHAND_SOURCES) $(FAKE_C) -I$(PWD)/ohand/jni -o ohand-pc $(FAKE_LIBS)
0 commit comments