Skip to content

Commit

Permalink
Merge pull request #38 from secretagentmoof/master
Browse files Browse the repository at this point in the history
fix packer invocation on cygwin
  • Loading branch information
uyjulian authored Nov 23, 2023
2 parents ec87a9a + 228a0c4 commit 26bfd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps2-packer.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "dlopen.h"
#endif

#ifdef _WIN32
#if defined(_WIN32) || defined(__CYGWIN__)
#define SUFFIX ".dll"
#elif defined (__APPLE__)
#define SUFFIX ".dylib"
Expand Down

0 comments on commit 26bfd0f

Please sign in to comment.