Skip to content

Commit

Permalink
Merge pull request #3 from Frityet/patch-1
Browse files Browse the repository at this point in the history
Fix building on emscripten. 

> (nat) Ok, I assume the commiter died just after pushing. So will merge this and add the rest myself.
  • Loading branch information
mulle-nat authored Jan 27, 2025
2 parents f546c16 + 3fffddb commit 3d5e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mulle-stacktrace-execinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.
//
#if ! (defined( _WIN32) || defined( __MULLE_MUSL__) || defined( __COSMOPOLITAN__) || defined( __MULLE_COSMOPOLITAN__))
#if ! (defined( _WIN32) || defined( __MULLE_MUSL__) || defined( __COSMOPOLITAN__) || defined( __MULLE_COSMOPOLITAN__)) || defined(__emscripten__)

#define _GNU_SOURCE

Expand Down

0 comments on commit 3d5e47f

Please sign in to comment.