Browse Source

engine: whereami: Add SerenityOS

pull/2/head
Tim Schumacher 2 years ago committed by Alibek Omarov
parent
commit
6518a5cf8b
  1. 2
      engine/common/whereami.c

2
engine/common/whereami.c

@ -169,7 +169,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length) @@ -169,7 +169,7 @@ int WAI_PREFIX(getModulePath)(char* out, int capacity, int* dirname_length)
return length;
}
#elif defined(__linux__) || defined(__CYGWIN__) || defined(__sun) || defined(WAI_USE_PROC_SELF_EXE)
#elif defined(__linux__) || defined(__CYGWIN__) || defined(__sun) || defined(__serenity__) || defined(WAI_USE_PROC_SELF_EXE)
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save