Skip to content

Commit 9b296b2

Browse files
committed
Fix some paths
1 parent 02977bb commit 9b296b2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

IDL/JSRobotBase.cpp

Whitespace-only changes.

IDL/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ int main() {
1515

1616
JSRobot::RegisterObject(njs->getJSContext());
1717

18-
njs->LoadScript("../robot.js");
18+
njs->LoadScript("robot.js");
1919
}

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clang++ VanillaJS/main.cpp -o VanillaRobot \
2121
-std=c++11 \
2222
-ljs_static -lmozglue -lnspr4 -lz
2323

24-
clang++ -v IDL/main.cpp IDL/JSRobot.cpp -o IDLRobot \
24+
clang++ IDL/main.cpp IDL/JSRobot.cpp -o IDLRobot \
2525
-I$NIDIUM_PATH/src/ \
2626
-I$NIDIUM_PATH/src/libapenetwork/src/ \
2727
-I$NIDIUM_PATH/third-party/mozilla-central/js/src/obj/dist/include/ \

0 commit comments

Comments
 (0)