mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
Removes misleading comment in build script.
A true program would rather compile the main nim project file which imports other modules.
This commit is contained in:
@@ -21,7 +21,6 @@ DEST_NIMBASE=build/nimcache/nimbase.h
|
||||
# Ok, are we out now?
|
||||
if [ -d src ]
|
||||
then
|
||||
# You may want to use a wildcard here to compile all nimrod files.
|
||||
$PATH_TO_NIMROD objc --noMain --app:lib \
|
||||
--nimcache:build/nimcache --compileOnly \
|
||||
--header --cpu:i386 ../nimrod_backend/backend.nim
|
||||
|
||||
Reference in New Issue
Block a user