Skip to content

Commit

Permalink
hmmmm??
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Dec 6, 2023
1 parent ee3a96c commit 4780cb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bindings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

/proc/__detect_auxmos()
if (world.system_type == UNIX)
return __auxmos = "libauxmos"
__auxmos = "libauxmos"
return __auxmos
else
return __auxmos = "auxmos"
__auxmos = "auxmos"
return __auxmos

#define AUXMOS (__auxmos || __detect_auxmos())

Expand Down

0 comments on commit 4780cb2

Please sign in to comment.