diff options
Diffstat (limited to 'starmath/Library_smd.mk')
-rw-r--r-- | starmath/Library_smd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index a7a27b14533b..538f92104d56 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -21,7 +21,7 @@ $(eval $(call gb_Library_Library,smd)) -$(eval $(call gb_Library_add_precompiled_header,smd,$(realpath $(SRCDIR)/starmath/inc/pch/precompiled_starmath))) +$(eval $(call gb_Library_add_precompiled_header,smd,$(SRCDIR)/starmath/inc/pch/precompiled_starmath)) $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd)) |