Skip to content

Commit

Permalink
Fix build-order for win32.
Browse files Browse the repository at this point in the history
A macro dependency problem.
  • Loading branch information
stassats committed May 7, 2018
1 parent 049f84f commit 487b9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-order.lisp-expr
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@
"src/code/ntrace"
"src/code/step"
"src/code/warm-lib"
"src/code/alien-callback"
#+win32 "src/code/warm-mswin"
"src/code/run-program"
#+gencgc "src/code/traceroot"
Expand All @@ -804,5 +805,4 @@
"src/code/repack-xref"
#+cheneygc "src/code/purify"
"src/code/module"
"src/code/alien-callback"
"src/code/save"))

0 comments on commit 487b9fb

Please sign in to comment.