Skip to content

Commit

Permalink
FIX: dylib was defined on wrong OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 26, 2017
1 parent b95ae69 commit d1f0b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/make.r3
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ either system/version/4 = 3 [;Windows
rebol-tool: to-local-file join %prebuild/r3-make switch/default system/version/4 [
1 [%-amiga ]
2 [
LIB_SUFFIX: %.dylib
append settings [
"OSX - PPC" [0.2.04 %../build/osx-ppc/ ""]
"OSX - Intel" [0.2.05 %../build/osx-intel/ ""]
"OSX - Intel x64" [0.2.40 %../build/osx-intel-x64/ ""]
]
%-osx ]
3 [
LIB_SUFFIX: %.dylib
append settings [
"Win32 console" [0.3.01 %..\build\win-x86\ TOOLS-Win32]
"Win64 console" [0.3.40 %..\build\win-x64\ TOOLS-Win64]
Expand Down

0 comments on commit d1f0b05

Please sign in to comment.