Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-test-properties
Commits
5a261505
Verified
Commit
5a261505
authored
Jul 11, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use clm.exe instead of clm on windows (untested)
parent
d5f1efa3
Pipeline
#12893
failed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
testproperties.icl
testproperties.icl
+2
-1
No files found.
testproperties.icl
View file @
5a261505
...
...
@@ -23,6 +23,7 @@ import System.Environment
import
System
.
File
import
System
.
FilePath
import
System
.
Options
import
System
.
OS
import
System
.
Process
import
Text
import
Text
.
Language
...
...
@@ -248,7 +249,7 @@ handleModule opts fp w
|
not
opts
.
compile
=
w
#
w
=
output
INFO
(
"Compiling "
+++
output_modname
+++
"..."
)
opts
w
#
output_exename
=
opts
.
output_directory
</>
output_modname
#
(
ok
,
w
)
=
callProcess
"clm"
#
(
ok
,
w
)
=
callProcess
(
IF_WINDOWS
"clm.exe"
"clm"
)
(
opts
.
clm_args
++
interleave
"-I"
[
opts
.
Options
.
directory
:
opts
.
includes
]
++
interleave
"-IL"
opts
.
library_includes
++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment