Skip to content
Snippets Groups Projects
Commit 5832e586 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Remove name-suffix hack in test-make-build, which I believe is unnecessary.

parent 8e5b117b
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,4 @@
(make-build 'sample-system
:type :program :monolithic t
#+(and ecl (not os-windows)) :name-suffix #+(and ecl (not os-windows)) ""
#+allegro :name-suffix #+allegro ".exe" ;; but in allegro 9.0 pathname translation of :unspecific(!)
#+ecl :epilogue-code #+ecl '(println "blue sky"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment