IBM / portlibfori

A set of APIs to enable applications to be more easily ported to PASE on IBM i
Other
8 stars 7 forks source link

Force creation of symlink #33

Closed markdirish closed 4 months ago

markdirish commented 4 months ago

When running make after the .so has already been symlinked, force the symlink to be recreated so that it doesn't error and force user to run make clean.

Ran into this issue while working on #32, kept having to run make clean. Now it should work to just run make every time a change is made, without having to delete the .so. Tested and working.

Fixes #24