diff options
Diffstat (limited to 'codemaker/StaticLibrary_codemaker.mk')
-rw-r--r-- | codemaker/StaticLibrary_codemaker.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/codemaker/StaticLibrary_codemaker.mk b/codemaker/StaticLibrary_codemaker.mk index c55209fbbaf0..bbea555a5d18 100644 --- a/codemaker/StaticLibrary_codemaker.mk +++ b/codemaker/StaticLibrary_codemaker.mk @@ -28,14 +28,10 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,codemaker)) $(eval $(call gb_StaticLibrary_use_packages,codemaker,\ + codemaker_inc \ sal_generated \ )) -$(eval $(call gb_StaticLibrary_set_include,codemaker,\ - -I$(SRCDIR)/codemaker/inc \ - $$(INCLUDE) \ -)) - $(eval $(call gb_StaticLibrary_add_exception_objects,codemaker,\ codemaker/source/codemaker/dependencies \ codemaker/source/codemaker/exceptiontree \ |