Skip to content

Commit

Permalink
Improves extools detection for linux (BeeStation#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinestia authored Jan 4, 2021
1 parent 120176d commit 5b4bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_compile_options.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
#define TESTING
#endif

#define EXTOOLS (world.system_type == MS_WINDOWS ? "byond-extools.dll" : "libbyond-extools.so")
#define EXTOOLS (world.system_type == MS_WINDOWS ? "byond-extools.dll" : "./libbyond-extools.so")

0 comments on commit 5b4bbb1

Please sign in to comment.