Skip to content

Commit

Permalink
fix linux cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed Aug 15, 2024
1 parent 08290b9 commit 3474bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding/binding-mri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void oneshotSteamBindingInit();
void oneshotJournalBindingInit();
void oneshotNikoBindingInit();
void oneshotWallpaperBindingInit();
#ifdef __LINUX__
#ifdef __linux__
void oneshotWallpaperBindingTerminate();
#endif

Expand Down
2 changes: 1 addition & 1 deletion binding/oneshot-niko-binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RB_METHOD(nikoStart) {
#ifdef __WIN32__
dir += "\\_______.exe";
#endif
#ifdef __LINUX__
#ifdef __linux__
dir += "/_______";
#endif

Expand Down

0 comments on commit 3474bbf

Please sign in to comment.