mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
* Tools/speech/GNUmakefile: Remove specific OBJC flags.
Fixes bug #46939.46939
This commit is contained in:
parent
618e31ff42
commit
57cf738c8b
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-01-21 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Tools/speech/GNUmakefile: Remove specific OBJC flags.
|
||||
Fixes bug #46939.
|
||||
|
||||
2018-01-14 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSMenu.m (-update): Restructure by splitting up into two
|
||||
|
|
|
@ -28,6 +28,4 @@ GSSpeechServer_LIB_DIRS += -L../../Source/$(GNUSTEP_OBJ_DIR) \
|
|||
-lflite_usenglish -lflite_cmulex -lflite
|
||||
endif
|
||||
|
||||
GSSpeechServer_OBJCFLAGS = -std=c99 -g -Werror
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/application.make
|
||||
|
|
Loading…
Reference in a new issue