Skip to content

Commit

Permalink
FIX: missing xcode module file
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 19, 2021
1 parent a708d88 commit 756d953
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tree/rebol/Siskin/siskin.reb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Rebol [
Title: "Siskin Builder - core"
Type: module
Name: siskin
Version: 0.4.0
Version: 0.4.1
Author: "Oldes"
;Needs: prebol
exports: [
Expand All @@ -13,12 +13,12 @@ Rebol [
]
]
;? system
banner: next {
banner: next rejoin [{
^[[0;33m═╗
^[[0;33m ║^[[1;31m .-.
^[[0;33m ║^[[1;31m /'v'\ ^[[0;33mSISKIN-Framework Builder 0.4.0
^[[0;33m ║^[[1;31m /'v'\ ^[[0;33mSISKIN-Framework Builder 0.4.1 Rebol } rebol/version {
^[[0;33m ║^[[1;31m (/^[[0;31muOu^[[1;31m\) ^[[0;33mhttps://github.com/Siskin-framework/Builder/
^[[0;33m ╚════^[[1;31m"^[[0;33m═^[[1;31m"^[[0;33m═══════════════════════════════════════════════════════════════════════^[[m}
^[[0;33m ╚════^[[1;31m"^[[0;33m═^[[1;31m"^[[0;33m═══════════════════════════════════════════════════════════════════════^[[m}]

msvc: import 'msvc
xcode: import 'xcode
Expand Down
3 changes: 2 additions & 1 deletion tree/rebol/siskin.nest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ make-siskin: [

mezz-lib-files: [
; %../../Siskin/prebol.reb
%../../Siskin/siskin-msvc.reb
%../../Siskin/siskin-msvc.reb
%../../Siskin/siskin-xcode.reb
%../../Siskin/siskin.reb
]
boot-host-files: [
Expand Down

0 comments on commit 756d953

Please sign in to comment.