Skip to content

Conversation

@dynamite-bud
Copy link

@dynamite-bud dynamite-bud commented Jun 21, 2023

Sed behaves differently on Darwin as on Mac we have BSD based sed.

Changed the following build scripts:

  • build32.sh
  • build64.sh

Solves #7




case $OS in
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make Linux the fallback default option , just to make sure...

OS=`uname -s`

case $OS in
'Linux')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make Linux the fallback default option , just to make sure...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants