eclipse-plugins: make: unknown option -- jobserver-auth=gmake_semaphore_172 when using post-build steps

Hi @ilg-ul ,

When I am using C/C++ Build -> Settings -> Build Steps and add post build steps as below, and save it, and then rebuild it, I will face this issue in Windows.

image

image

I think this is caused by && not recognized by windows, I need to disable auto makefile generation and change it like this, then this issue will disappear.

image

If I want to fix it in this plugin, how can I fix it.

Thanks

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Fixed by windows-build-tools release, v4.4.1-2, close it.

@fanghuaqi, please try the latest windows-build-tools release, v4.4.1-2.

Hi @ilg-ul , it works well now, thanks for the update.

is this enough?

Yes, that should be fine.