Skip to content

Commit

Permalink
Upgrading Makefile for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
bfad committed Oct 9, 2014
1 parent 13f9ef4 commit dd1bd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DEBUG_CMD =
endif

Darwin_DLL_FLAGS = -dynamiclib
Darwin_LN_FLAGS = -isysroot $(SDK) -Wl,-syslibroot,$(SDK) -mmacosx-version-min=$(OSX_DEPLOY_VERS) -macosx_version_min=$(OSX_DEPLOY_VERS) -F/Library/Frameworks -framework Lasso9
Darwin_LN_FLAGS = -isysroot $(SDK) -Wl,-syslibroot,$(SDK) -mmacosx-version-min=$(OSX_DEPLOY_VERS) -F/Library/Frameworks -framework Lasso9
Darwin_DLL_EXT = .dylib
Linux_DLL_FLAGS = -shared
Linux_LN_FLAGS = -llasso9_runtime
Expand Down Expand Up @@ -111,4 +111,4 @@ clean:
@rm *.$(INTERMEDIATE_EXT) *$(DLL_EXT) *$(BC_EXT) *$(LASSOAPP_EXT) *.o 2>/dev/null || :
@rm compat/*.$(INTERMEDIATE_EXT) compat/*$(DLL_EXT) compat/*$(BC_EXT) compat/*.o 2>/dev/null || :
@rm -rf *.dSYM 2>/dev/null || :
@rm lasso9 2>/dev/null || :
@rm lasso9 2>/dev/null || :

0 comments on commit dd1bd24

Please sign in to comment.