Revert "starmath need to have _DLL_ defined, even on MacOS"
This reverts commit 60d98f881effca97b0165c8d391950e0d5da3e3d. This is not the proper way to solve this problem. starmath should not depend on _DLL_
This commit is contained in:
parent
98189d8f82
commit
b608b4df11
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ endef
|
|||
|
||||
# Library class
|
||||
|
||||
gb_Library_DEFS := -D_DLL_
|
||||
gb_Library_DEFS :=
|
||||
gb_Library_TARGETTYPEFLAGS := -dynamiclib -single_module
|
||||
gb_Library_SYSPRE := lib
|
||||
gb_Library_UNOVERPRE := $(gb_Library_SYSPRE)uno_
|
||||
|
|
Loading…
Reference in a new issue