abassibe / Gomoku

2 stars 0 forks source link

Python should look for rust_ext in target/release (or target/debug) directory #73

Closed Ragarnoy closed 3 years ago

Ragarnoy commented 3 years ago

Mostly to save time and because there's no reason to not do it, we should directly look for the necessary python library inside the target folder (and its sub directories), that way we don't have to mv everything every time.

demonoidv commented 3 years ago

Could be nice to have indeed. BTW, the script start_gomoku.sh now does a pretty good job for you if you don't want to manually move the .dylib every time.