Skip to content

Commit 3121740

Browse files
committedDec 23, 2012
ohand-pc: FAKE_FLAGS should be FAKE_CFLAGS
This fixes an issue with missing glib headers while building the fake pc android application.
1 parent 8f7bfbb commit 3121740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ OHAND_SOURCES = $(addprefix $(PWD)/ohand/jni/, $(OHAND_FILES))
3232

3333
ohand-pc: $(OHAND_SOURCES) $(FAKE_C) $(FAKE_H)
3434
@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)
35+
$(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

Comments
 (0)
Please sign in to comment.