diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/Library_presenter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Library_presenter.mk b/sdext/Library_presenter.mk index 29dcde58954f..058d8be025fc 100644 --- a/sdext/Library_presenter.mk +++ b/sdext/Library_presenter.mk @@ -35,7 +35,7 @@ $(eval $(call gb_Library_use_api,PresenterScreen,\ )) $(eval $(call gb_Library_add_defs,PresenterScreen,\ - -DPRESENTER_IMPL_IDENTIFIER=\"com.sun.PresenterScreen-$(PLATFORMID)\" \ + -DPRESENTER_IMPL_IDENTIFIER=\"com.sun.PresenterScreen-$(sdext_PLATFORM)\" \ )) $(eval $(call gb_Library_use_libraries,PresenterScreen,\ |